summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r--cpp/include/Slice/Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h
index 805343133bd..5389aefd90d 100644
--- a/cpp/include/Slice/Parser.h
+++ b/cpp/include/Slice/Parser.h
@@ -437,7 +437,7 @@ public:
bool hasClassDecls() const;
bool hasClassDefs() const;
bool hasAbstractClassDefs() const;
- bool hasDataOnlyClasses() const;
+ bool hasNonLocalDataOnlyClasses() const;
bool hasOtherConstructedOrExceptions() const; // Exceptions or constructed types other than classes.
bool hasContentsWithMetaData(const std::string&) const;
bool hasAsyncOps() const;