summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r--cpp/src/slice2cpp/Gen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h
index c881a94d132..7713aa9535e 100644
--- a/cpp/src/slice2cpp/Gen.h
+++ b/cpp/src/slice2cpp/Gen.h
@@ -228,7 +228,7 @@ private:
private:
- void emitClassBase(const ClassDefPtr&, const std::string&, const std::string&);
+ void emitClassBase(const ClassDefPtr&, const std::string&, const std::string&, const std::string& = "");
::IceUtil::Output& H;
::IceUtil::Output& C;