summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ReferenceFactory.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-02-29 15:56:29 +0100
committerJose <jose@zeroc.com>2016-02-29 15:56:29 +0100
commit05f2548dc1b12b4b5afd3406af3bd899c17f85be (patch)
tree0bc0ae4845afa929e74f2f1fcb9ee20057b3240f /cpp/src/Ice/ReferenceFactory.cpp
parentICE-6843 - Check for php-config in the path (diff)
downloadice-05f2548dc1b12b4b5afd3406af3bd899c17f85be.tar.bz2
ice-05f2548dc1b12b4b5afd3406af3bd899c17f85be.tar.xz
ice-05f2548dc1b12b4b5afd3406af3bd899c17f85be.zip
ICE-6952 - identityToString/stringToIdentity non member functions
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.cpp')
-rw-r--r--cpp/src/Ice/ReferenceFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.cpp b/cpp/src/Ice/ReferenceFactory.cpp
index 24c5d1d384b..f3df46b5427 100644
--- a/cpp/src/Ice/ReferenceFactory.cpp
+++ b/cpp/src/Ice/ReferenceFactory.cpp
@@ -155,7 +155,7 @@ IceInternal::ReferenceFactory::create(const string& str, const string& propertyP
//
// Parsing the identity may raise IdentityParseException.
//
- Identity ident = _instance->stringToIdentity(idstr);
+ Identity ident = Ice::stringToIdentity(idstr);
if(ident.name.empty())
{
//