summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark')
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTrip/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp b/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp
index ae4f7c4312f..0b98f53156c 100644
--- a/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp
+++ b/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp
@@ -27,10 +27,10 @@ int niterations = 100;
int do_dump_history = 0;
int
-parse_args (int argc, char *argv[])
+parse_args (int argc, ACE_TCHAR *argv[])
{
// Parse arguments.
- ACE_Get_Opt get_opts (argc, argv, "hxk:i:");
+ ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("hxk:i:"));
int c;
while ((c = get_opts ()) != -1)