diff options
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index 597892b19be..60d4cd5d641 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -570,8 +570,8 @@ private: ::IceUtilInternal::Output& C; std::string _dllExport; }; - - + + class Cpp11CompatibilityVisitor : private ::IceUtil::noncopyable, public ParserVisitor { public: @@ -585,7 +585,6 @@ private: private: ::IceUtilInternal::Output& H; - ::IceUtilInternal::Output& C; std::string _dllExport; }; |