diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-06 15:26:56 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-06 15:26:56 +0000 |
commit | 3f3c2d2e86e02430f0fd8028d2bb6c9c4f54795f (patch) | |
tree | f2f6f863e69e41f11a4e20c81001a9e23fe16959 /TAO/tests/Param_Test | |
parent | e6176b31ef573376e4d4bc439551419926406dc8 (diff) | |
download | ATCD-3f3c2d2e86e02430f0fd8028d2bb6c9c4f54795f.tar.gz |
Diffstat (limited to 'TAO/tests/Param_Test')
-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 |