diff options
author | Jose <jose@zeroc.com> | 2016-01-11 22:44:55 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-01-11 22:44:55 +0100 |
commit | d159c9f1574a2e768c947ad697a1e1e2205d194c (patch) | |
tree | 86e784ac7347c1dfa92304be2a9355a7a535dbcc /cpp/src/slice2cpp/Gen.h | |
parent | Add ICE_RESET_EXCEPTION macro to simplify C++ builds (diff) | |
download | ice-d159c9f1574a2e768c947ad697a1e1e2205d194c.tar.bz2 ice-d159c9f1574a2e768c947ad697a1e1e2205d194c.tar.xz ice-d159c9f1574a2e768c947ad697a1e1e2205d194c.zip |
C++11 Value::ice_clone improvements
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 3924ff61c19..1507f43fd77 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -446,7 +446,7 @@ private: protected: - bool emitVirtualBaseInitializers(const ClassDefPtr&); + bool emitVirtualBaseInitializers(const ClassDefPtr&, const ClassDefPtr&); void emitOneShotConstructor(const ClassDefPtr&); void emitDataMember(const DataMemberPtr&); |