diff options
author | Benoit Foucher <benoit@zeroc.com> | 2009-10-11 06:05:51 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2009-10-11 06:05:51 +0200 |
commit | 4c57f1551b563caa3f2708e56ad30209787013c0 (patch) | |
tree | 8361e5fe84071709bdbdd368edc2a2dc28b41d92 /cpp/include/Slice/Parser.h | |
parent | Bug 4306 - vsplugin modifies projects when not enabled (diff) | |
download | ice-4c57f1551b563caa3f2708e56ad30209787013c0.tar.bz2 ice-4c57f1551b563caa3f2708e56ad30209787013c0.tar.xz ice-4c57f1551b563caa3f2708e56ad30209787013c0.zip |
Fixed Windows build issues
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 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; |