diff options
author | Michi Henning <michi@zeroc.com> | 2006-02-14 06:21:00 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-02-14 06:21:00 +0000 |
commit | dec7e97ce880f745874ce4dba4269084b029876e (patch) | |
tree | 16804551146b3b2d3756f3456f70caf7969e1160 /cpp/src/slice2cppe/Gen.h | |
parent | Bug 724. (diff) | |
download | ice-dec7e97ce880f745874ce4dba4269084b029876e.tar.bz2 ice-dec7e97ce880f745874ce4dba4269084b029876e.tar.xz ice-dec7e97ce880f745874ce4dba4269084b029876e.zip |
Changed order of base-class constructor calls for one-shot constructor.
(Bug 853.)
Diffstat (limited to 'cpp/src/slice2cppe/Gen.h')
-rw-r--r-- | cpp/src/slice2cppe/Gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cppe/Gen.h b/cpp/src/slice2cppe/Gen.h index 03bbfb77f09..fd57cfdf21c 100644 --- a/cpp/src/slice2cppe/Gen.h +++ b/cpp/src/slice2cppe/Gen.h @@ -205,7 +205,7 @@ private: private: - bool emitVirtualBaseInitializers(const ClassDefPtr&, bool); + bool emitVirtualBaseInitializers(const ClassDefPtr&); void emitOneShotConstructor(const ClassDefPtr&); void emitUpcall(const ClassDefPtr&, const std::string&); |