C++: Make getAnonymousParameterDescription private.

This commit is contained in:
Geoffrey White
2020-05-05 10:05:18 +01:00
parent a70f534458
commit 31a7e2c34e

View File

@@ -260,7 +260,7 @@ class ParameterDeclarationEntry extends VariableDeclarationEntry {
*/
int getIndex() { param_decl_bind(underlyingElement(this), result, _) }
string getAnonymousParameterDescription() {
private string getAnonymousParameterDescription() {
not exists(getName()) and
exists(string idx |
idx =