diff options
author | Marc Laukien <marc@zeroc.com> | 2003-04-04 20:37:11 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-04-04 20:37:11 +0000 |
commit | 5ecd51f857580cd98e226e6f8a75524b6bd239e4 (patch) | |
tree | fdd01122688a49cde784ae95dab3e84965b45e55 /cpp/src/Ice/Proxy.cpp | |
parent | Added virtual inheritance from IceUtil::Shared (diff) | |
download | ice-5ecd51f857580cd98e226e6f8a75524b6bd239e4.tar.bz2 ice-5ecd51f857580cd98e226e6f8a75524b6bd239e4.tar.xz ice-5ecd51f857580cd98e226e6f8a75524b6bd239e4.zip |
gcc 2.95.3 fixes
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 69adce28413..72756cd887c 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -1187,7 +1187,7 @@ IceDelegateD::Ice::Object::ice_id(const ::Ice::Context& __context) Direct __direct(__current); return __direct.facetServant()->ice_id(__current); } - return false; // To keep the Visual C++ compiler happy. + return string(); // To keep the Visual C++ compiler happy. } FacetPath |