diff options
-rw-r--r-- | TAO/tests/Param_Test/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |