summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2010-02-24 10:46:34 -0800
committerMark Spruiell <mes@zeroc.com>2010-02-24 10:46:34 -0800
commit84327e7eaffe993a1111f9ddd3cce8fb1544d7db (patch)
tree41e347f901099fd5da5760b8f1ac72cb913bb144 /cpp/src
parentFixed bug 4690 & 4689 - mention FAT binaries in README files, allow building ... (diff)
downloadice-84327e7eaffe993a1111f9ddd3cce8fb1544d7db.tar.bz2
ice-84327e7eaffe993a1111f9ddd3cce8fb1544d7db.tar.xz
ice-84327e7eaffe993a1111f9ddd3cce8fb1544d7db.zip
bug 4071 - revert renaming of createStringConverter
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/StringConverter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/StringConverter.cpp b/cpp/src/Ice/StringConverter.cpp
index e29a6d6eec6..105e3c112fc 100644
--- a/cpp/src/Ice/StringConverter.cpp
+++ b/cpp/src/Ice/StringConverter.cpp
@@ -229,7 +229,7 @@ extern "C"
using namespace Ice;
ICE_DECLSPEC_EXPORT Plugin*
-createIceStringConverter(const CommunicatorPtr& communicator, const string& name, const StringSeq& args)
+createStringConverter(const CommunicatorPtr& communicator, const string& name, const StringSeq& args)
{
StringConverterPtr stringConverter;
WstringConverterPtr wstringConverter;