diff options
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r-- | cpp/include/Slice/Parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h index 77de74b53e2..9d0d1f6d761 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -423,7 +423,8 @@ public: bool checkIntroduced(const std::string&, ContainedPtr = 0); // TODO: remove final (defaulted) bool parameter once deprecated features are outlawed. bool nameIsLegal(const std::string&, const char *, bool = false); - bool checkForGlobalDef(const std::string&, const char *); + // TODO: remove final (defaulted) bool parameter once deprecated features are outlawed. + bool checkForGlobalDef(const std::string&, const char *, bool = false); protected: |