diff options
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 6c14a545006..ef526510f2a 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -1131,7 +1131,7 @@ IceDelegateD::Ice::Object::ice_ids(const ::Ice::Context& __context) throw UnknownException(__FILE__, __LINE__); } } - return false; // To keep VC++ compiler happy. + return vector<string>(); // To keep VC++ compiler happy. } string @@ -1187,7 +1187,7 @@ IceDelegateD::Ice::Object::ice_facets(const ::Ice::Context& __context) throw UnknownException(__FILE__, __LINE__); } } - return false; // To keep VC++ compiler happy. + return vector<string>(); // To keep VC++ compiler happy. } bool |