diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-23 00:10:22 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-23 00:10:22 +0000 |
commit | ddd5ebec2740090133b84d08352f930ceb86f974 (patch) | |
tree | b2630dbb3ab97e89cdf03d428401aa9990dfef32 /cpp/test/Ice/objects/Client.cpp | |
parent | fixes (diff) | |
download | ice-ddd5ebec2740090133b84d08352f930ceb86f974.tar.bz2 ice-ddd5ebec2740090133b84d08352f930ceb86f974.tar.xz ice-ddd5ebec2740090133b84d08352f930ceb86f974.zip |
fixes for windows; other fixes
Diffstat (limited to 'cpp/test/Ice/objects/Client.cpp')
-rw-r--r-- | cpp/test/Ice/objects/Client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/objects/Client.cpp b/cpp/test/Ice/objects/Client.cpp index d9a019848cd..2c7f2b27ccd 100644 --- a/cpp/test/Ice/objects/Client.cpp +++ b/cpp/test/Ice/objects/Client.cpp @@ -33,6 +33,7 @@ public: return new D; } assert(false); // Should never be reached + return 0; } virtual void destroy() |