diff options
author | Mark Spruiell <mes@zeroc.com> | 2010-02-24 10:46:34 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2010-02-24 10:46:34 -0800 |
commit | 84327e7eaffe993a1111f9ddd3cce8fb1544d7db (patch) | |
tree | 41e347f901099fd5da5760b8f1ac72cb913bb144 /cpp/src/Ice/StringConverter.cpp | |
parent | Fixed bug 4690 & 4689 - mention FAT binaries in README files, allow building ... (diff) | |
download | ice-84327e7eaffe993a1111f9ddd3cce8fb1544d7db.tar.bz2 ice-84327e7eaffe993a1111f9ddd3cce8fb1544d7db.tar.xz ice-84327e7eaffe993a1111f9ddd3cce8fb1544d7db.zip |
bug 4071 - revert renaming of createStringConverter
Diffstat (limited to 'cpp/src/Ice/StringConverter.cpp')
-rw-r--r-- | cpp/src/Ice/StringConverter.cpp | 2 |
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; |