diff options
Diffstat (limited to 'cpp/include/Ice/Object.h')
-rw-r--r-- | cpp/include/Ice/Object.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/include/Ice/Object.h b/cpp/include/Ice/Object.h index e9eab76ae46..5536364fdb9 100644 --- a/cpp/include/Ice/Object.h +++ b/cpp/include/Ice/Object.h @@ -101,8 +101,7 @@ public: void ice_addFacet(const ObjectPtr&, const ::std::string&); void ice_removeFacet(const ::std::string&); void ice_removeAllFacets(); - ObjectPtr ice_findFacet(const ::std::string&); - ObjectPtr ice_findFacet(const ::std::vector< ::std::string>&, int = 0); + ObjectPtr ice_findFacet(const ::std::vector< ::std::string>&, int); private: |