summaryrefslogtreecommitdiff
path: root/TAO/tests/FL_Cube/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/FL_Cube/client.cpp')
-rw-r--r--TAO/tests/FL_Cube/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/FL_Cube/client.cpp b/TAO/tests/FL_Cube/client.cpp
index 746b9c64bd9..49152351bee 100644
--- a/TAO/tests/FL_Cube/client.cpp
+++ b/TAO/tests/FL_Cube/client.cpp
@@ -181,7 +181,7 @@ Client::parse_args (int argc, ACE_TCHAR *argv[])
}
CORBA::Object_var object =
- this->orb_->string_to_object (ACE_TEXT_ALWAYS_CHAR (ior));
+ this->orb_->string_to_object (ior);
this->server_ =
Simple_Server::_narrow (object.in ());