summaryrefslogtreecommitdiff
path: root/TAO/tests/InterOp-Naming/INS_test_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/InterOp-Naming/INS_test_client.cpp')
-rw-r--r--TAO/tests/InterOp-Naming/INS_test_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/InterOp-Naming/INS_test_client.cpp b/TAO/tests/InterOp-Naming/INS_test_client.cpp
index 6b0180440b3..9014f6b8bab 100644
--- a/TAO/tests/InterOp-Naming/INS_test_client.cpp
+++ b/TAO/tests/InterOp-Naming/INS_test_client.cpp
@@ -63,7 +63,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
}
else
{
- objref = orb->resolve_initial_references (argv[i]);
+ objref = orb->resolve_initial_references (ACE_TEXT_ALWAYS_CHAR(argv[i]));
if (CORBA::is_nil (objref.in ()))
ACE_ERROR_RETURN ((LM_ERROR,