From 635ec9eebac1a065dd7b52a92a047fa294af849a Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 6 Oct 2008 15:26:56 +0000 Subject: --- TAO/tests/Param_Test/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TAO/tests/Param_Test/options.cpp b/TAO/tests/Param_Test/options.cpp index 55a8c15d902..08ed4d5205e 100644 --- a/TAO/tests/Param_Test/options.cpp +++ b/TAO/tests/Param_Test/options.cpp @@ -80,7 +80,7 @@ Options::parse_args (int argc, ACE_TCHAR **argv) break; case 'k': - this->ior_ = CORBA::string_dup (get_opts.opt_arg ()); + this->ior_ = CORBA::string_dup (ACE_TEXT_ALWAYS_CHAR(get_opts.opt_arg ())); break; case 'i': // invocation -- cgit v1.2.1