summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-06-26 23:47:38 +0000
committerMarc Laukien <marc@zeroc.com>2002-06-26 23:47:38 +0000
commitc72eeaaafa03a11e1deb8fe542fdf8dfdd041fd8 (patch)
treedfb9c98f013ebf74628662c18655a65456adb942 /cpp/include/Slice/Parser.h
parentfixes (diff)
downloadice-c72eeaaafa03a11e1deb8fe542fdf8dfdd041fd8.tar.bz2
ice-c72eeaaafa03a11e1deb8fe542fdf8dfdd041fd8.tar.xz
ice-c72eeaaafa03a11e1deb8fe542fdf8dfdd041fd8.zip
fix
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 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();