diff options
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r-- | cpp/include/Slice/Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h index 1c001ac9870..192d9c5d9ba 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -307,6 +307,7 @@ public: DictionaryList dictionaries(); EnumList enums(); bool hasProxies(); + bool hasNonLocals(); bool hasClassDecls(); bool hasClassDefs(); bool hasOtherConstructedOrExceptions(); // Exceptions or constructed types other than classes. |