diff options
author | Jose <jose@zeroc.com> | 2016-01-07 17:22:18 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-01-07 17:22:18 +0100 |
commit | 07ac737a3cd817994437f1e972796b1aa8a05983 (patch) | |
tree | a51d8e4adeefffcec7799faacf4e415f5956a0fd /cpp/src/slice2cpp/Gen.h | |
parent | Merge remote-tracking branch 'origin/3.6' (diff) | |
download | ice-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.h | 2 |
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&); |