From ddd5ebec2740090133b84d08352f930ceb86f974 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Tue, 23 Oct 2001 00:10:22 +0000 Subject: fixes for windows; other fixes --- cpp/test/Ice/objects/Client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/test/Ice/objects/Client.cpp') 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() -- cgit v1.2.3