summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/objects/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-10-23 00:10:22 +0000
committerMarc Laukien <marc@zeroc.com>2001-10-23 00:10:22 +0000
commitddd5ebec2740090133b84d08352f930ceb86f974 (patch)
treeb2630dbb3ab97e89cdf03d428401aa9990dfef32 /cpp/test/Ice/objects/Client.cpp
parentfixes (diff)
downloadice-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.cpp1
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()