diff options
Diffstat (limited to 'cpp/demo/Freeze/phonebook/ObjectFactory.cpp')
-rw-r--r-- | cpp/demo/Freeze/phonebook/ObjectFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/phonebook/ObjectFactory.cpp b/cpp/demo/Freeze/phonebook/ObjectFactory.cpp index 3218b975d6b..3f2d247d7cc 100644 --- a/cpp/demo/Freeze/phonebook/ObjectFactory.cpp +++ b/cpp/demo/Freeze/phonebook/ObjectFactory.cpp @@ -38,7 +38,7 @@ ContactFactory::destroy() } void -ContactFactory::initialize(const ObjectAdapterPtr&, const string& ident, const ObjectPtr& servant) +ContactFactory::initialize(const ObjectAdapterPtr&, const Identity& ident, const ObjectPtr& servant) { ContactIPtr contact = ContactIPtr::dynamicCast(servant); assert(contact); |