summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/ObjectF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/ObjectF.h')
-rw-r--r--cpp/include/Ice/ObjectF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/ObjectF.h b/cpp/include/Ice/ObjectF.h
index 8f6ffd96580..eb157fac899 100644
--- a/cpp/include/Ice/ObjectF.h
+++ b/cpp/include/Ice/ObjectF.h
@@ -23,7 +23,7 @@ using ObjectPtr = ::std::shared_ptr<Object>;
ICE_API Object* upCast(Object*);
typedef IceInternal::Handle<Object> ObjectPtr;
typedef ObjectPtr ValuePtr;
-ICE_API void icePatch(ObjectPtr&, const ObjectPtr&);
+ICE_API void __patch(ObjectPtr&, const ObjectPtr&);
#endif
}