summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/DeprecatedStringConverter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/DeprecatedStringConverter.cpp')
-rw-r--r--cpp/src/Ice/DeprecatedStringConverter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/DeprecatedStringConverter.cpp b/cpp/src/Ice/DeprecatedStringConverter.cpp
index c893a5c00a0..fd87c2f7e86 100644
--- a/cpp/src/Ice/DeprecatedStringConverter.cpp
+++ b/cpp/src/Ice/DeprecatedStringConverter.cpp
@@ -24,7 +24,7 @@ Ice::nativeToUTF8(const Ice::CommunicatorPtr& communicator, const std::string& s
}
std::string
-Ice::UTF8toNative(const Ice::StringConverterPt& converter, const std::string& s)
+Ice::UTF8toNative(const Ice::StringConverterPtr& converter, const std::string& s)
{
return IceUtil::UTF8ToNative(s, converter);
}