summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-01-05 11:44:47 +0100
committerBenoit Foucher <benoit@zeroc.com>2016-01-05 11:44:47 +0100
commitf206a424a411d94968d4a7803abea8b08fcb9c1c (patch)
tree571301300a86651bdf71c04865e585e4ff2eff4f /cpp/src/slice2cpp/Gen.h
parentC++11 move compatibility definitions to a separate visitor (diff)
downloadice-f206a424a411d94968d4a7803abea8b08fcb9c1c.tar.bz2
ice-f206a424a411d94968d4a7803abea8b08fcb9c1c.tar.xz
ice-f206a424a411d94968d4a7803abea8b08fcb9c1c.zip
Removed un-used member to fix OS X build failure
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r--cpp/src/slice2cpp/Gen.h5
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;
};