diff options
Diffstat (limited to 'cpp/src/slice2cppe/Gen.h')
-rw-r--r-- | cpp/src/slice2cppe/Gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/slice2cppe/Gen.h b/cpp/src/slice2cppe/Gen.h index 77a29656ed9..b1d9406a7ce 100644 --- a/cpp/src/slice2cppe/Gen.h +++ b/cpp/src/slice2cppe/Gen.h @@ -190,6 +190,8 @@ private: private: + bool emitVirtualBaseInitializers(const ClassDefPtr&, bool); + void emitOneShotConstructor(const ClassDefPtr&); void emitUpcall(const ClassDefPtr&, const std::string&); ::IceUtil::Output& H; |