summaryrefslogtreecommitdiff
path: root/TAO/tests/Abstract_Interface/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Abstract_Interface/client.cpp')
-rw-r--r--TAO/tests/Abstract_Interface/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Abstract_Interface/client.cpp b/TAO/tests/Abstract_Interface/client.cpp
index a9b91dcda89..c4a678fc71a 100644
--- a/TAO/tests/Abstract_Interface/client.cpp
+++ b/TAO/tests/Abstract_Interface/client.cpp
@@ -197,7 +197,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
}
CORBA::Object_var obj =
- orb->string_to_object (ACE_TEXT_ALWAYS_CHAR (ior_input_file));
+ orb->string_to_object (ior_input_file);
if (CORBA::is_nil (obj.in ()))
{