summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/Object.h')
-rw-r--r--cpp/include/Ice/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Object.h b/cpp/include/Ice/Object.h
index de1c3a87d71..977601f5162 100644
--- a/cpp/include/Ice/Object.h
+++ b/cpp/include/Ice/Object.h
@@ -99,7 +99,7 @@ public:
static void ice_unmarshal(const ::std::string&, const ::Ice::StreamPtr&, ObjectPtr&);
void ice_addFacet(const ObjectPtr&, const ::std::string&);
- void ice_removeFacet(const ::std::string&);
+ ObjectPtr ice_removeFacet(const ::std::string&);
void ice_removeAllFacets();
ObjectPtr ice_findFacet(const ::std::string&);
ObjectPtr ice_findFacetPath(const ::std::vector< ::std::string>&, int);