From d159c9f1574a2e768c947ad697a1e1e2205d194c Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 11 Jan 2016 22:44:55 +0100 Subject: C++11 Value::ice_clone improvements --- cpp/src/slice2cpp/Gen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cpp/Gen.h') 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&); -- cgit v1.2.3