summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello/Sender/starter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Hello/Sender/starter.cpp')
-rw-r--r--CIAO/examples/Hello/Sender/starter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/examples/Hello/Sender/starter.cpp b/CIAO/examples/Hello/Sender/starter.cpp
index aa86af6b0ec..610ee410d11 100644
--- a/CIAO/examples/Hello/Sender/starter.cpp
+++ b/CIAO/examples/Hello/Sender/starter.cpp
@@ -18,7 +18,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
switch (c)
{
case 'k':
- ior = get_opts.opt_arg ();
+ ior = ACE_TEXT_ALWAYS_CHAR(get_opts.opt_arg ());
break;
case 'm':