diff options
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r-- | cpp/include/Slice/Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h index c31ad18a8f3..63f40f00909 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -314,7 +314,7 @@ public: bool hasClassDecls() const; bool hasClassDefs() const; bool hasOtherConstructedOrExceptions() const; // Exceptions or constructed types other than classes. - std::string thisScope(); + std::string thisScope() const; void mergeModules(); void sort(); void sortContents(); |