CPP/Java: Fix getAPrimaryQlClass implementations

This commit is contained in:
Erik Krogh Kristensen
2021-05-27 21:36:27 +02:00
parent ab73b10869
commit 79989cc3f4
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ class FunctionSpecifier extends Specifier {
this.hasName("explicit")
}
override string getAPrimaryQlClass() { result = "FunctionSpecifier)" }
override string getAPrimaryQlClass() { result = "FunctionSpecifier" }
}
/**