diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-04-18 15:21:32 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-04-18 15:21:32 +0000 |
commit | 7faa941cf9ccec24e10619bf47afcd91c45c9473 (patch) | |
tree | f9d3fa8159d71e1a1319cd75d475e014f780c6f8 /cpp/src/slice2cpp/Gen.h | |
parent | tidy (diff) | |
download | ice-7faa941cf9ccec24e10619bf47afcd91c45c9473.tar.bz2 ice-7faa941cf9ccec24e10619bf47afcd91c45c9473.tar.xz ice-7faa941cf9ccec24e10619bf47afcd91c45c9473.zip |
Fixed compile warnings
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index 753a0c31e25..84bef61e819 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -31,7 +31,8 @@ public: const std::string&, bool, bool, - bool); + bool, + bool); ~Gen(); bool operator!() const; // Returns true if there was a constructor error @@ -61,6 +62,7 @@ private: bool _impl; bool _checksum; bool _stream; + bool _ice; class GlobalIncludeVisitor : private ::IceUtil::noncopyable, public ParserVisitor { |