summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-01-07 17:22:18 +0100
committerJose <jose@zeroc.com>2016-01-07 17:22:18 +0100
commit07ac737a3cd817994437f1e972796b1aa8a05983 (patch)
treea51d8e4adeefffcec7799faacf4e415f5956a0fd /cpp/src/slice2cpp/Gen.h
parentMerge remote-tracking branch 'origin/3.6' (diff)
downloadice-07ac737a3cd817994437f1e972796b1aa8a05983.tar.bz2
ice-07ac737a3cd817994437f1e972796b1aa8a05983.tar.xz
ice-07ac737a3cd817994437f1e972796b1aa8a05983.zip
C++11 constructors default initialization in generated code
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 60d4cd5d641..3924ff61c19 100644
--- a/cpp/src/slice2cpp/Gen.h
+++ b/cpp/src/slice2cpp/Gen.h
@@ -446,7 +446,7 @@ private:
protected:
- bool emitVirtualBaseInitializers(const ClassDefPtr&, bool, bool);
+ bool emitVirtualBaseInitializers(const ClassDefPtr&);
void emitOneShotConstructor(const ClassDefPtr&);
void emitDataMember(const DataMemberPtr&);