summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Slice/OutputUtil.h2
-rw-r--r--cpp/src/slice2cpp/Gen.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Slice/OutputUtil.h b/cpp/src/Slice/OutputUtil.h
index b1cb95a1a4a..bd2dfae6119 100644
--- a/cpp/src/Slice/OutputUtil.h
+++ b/cpp/src/Slice/OutputUtil.h
@@ -31,7 +31,7 @@ extern ICE_API Separator sp;
// Indent
// ----------------------------------------------------------------------
-class ICE_API Output : ::__Ice::noncopyable
+class ICE_API Output
{
public:
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h
index c2299529fb5..70bafa015ab 100644
--- a/cpp/src/slice2cpp/Gen.h
+++ b/cpp/src/slice2cpp/Gen.h
@@ -37,7 +37,6 @@ private:
std::string changeInclude(const std::string&);
void printHeader(Output&);
- Output FH;
Output H;
Output C;