summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/custom/Collocated.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/custom/Collocated.cpp')
-rw-r--r--cpp/test/Ice/custom/Collocated.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/custom/Collocated.cpp b/cpp/test/Ice/custom/Collocated.cpp
index 5f17fb0c7e4..6eda30c718a 100644
--- a/cpp/test/Ice/custom/Collocated.cpp
+++ b/cpp/test/Ice/custom/Collocated.cpp
@@ -43,8 +43,8 @@ main(int argc, char** argv)
try
{
- IceUtil::setProcessStringConverter(ICE_MAKE_SHARED(Test::StringConverterI));
- IceUtil::setProcessWstringConverter(ICE_MAKE_SHARED(Test::WstringConverterI));
+ setProcessStringConverter(ICE_MAKE_SHARED(Test::StringConverterI));
+ setProcessWstringConverter(ICE_MAKE_SHARED(Test::WstringConverterI));
communicator = Ice::initialize(argc, argv);
status = run(argc, argv, communicator);