diff options
author | Jose <jose@zeroc.com> | 2013-01-31 16:51:40 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-01-31 16:51:40 +0100 |
commit | 4d55f11cdf22fbc23e3e7c9f4758566bd05a9471 (patch) | |
tree | f5c3071ebb27c18dae2fb2585706bd9af8dd92cf /cpp/src/slice2java/Gen.h | |
parent | Fixed ICE-4870 - optional comparison operators on C++ structs (diff) | |
download | ice-4d55f11cdf22fbc23e3e7c9f4758566bd05a9471.tar.bz2 ice-4d55f11cdf22fbc23e3e7c9f4758566bd05a9471.tar.xz ice-4d55f11cdf22fbc23e3e7c9f4758566bd05a9471.zip |
Xcode 4.6 - clang 4.2 updates
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index 698cc9a01a6..1f612882062 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -204,7 +204,7 @@ private: { public: - HolderVisitor(const std::string&, bool); + HolderVisitor(const std::string&); virtual bool visitClassDefStart(const ClassDefPtr&); virtual bool visitStructStart(const StructPtr&); @@ -215,8 +215,6 @@ private: private: void writeHolder(const TypePtr&); - - bool _stream; }; class HelperVisitor : public JavaVisitor |