summaryrefslogtreecommitdiff
path: root/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp')
-rw-r--r--ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp b/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp
index 1f5cd6feda6..bd3dade90b1 100644
--- a/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp
+++ b/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp
@@ -18,9 +18,9 @@ const ACE_TCHAR * config_file = 0;
unsigned remote_port = 8088;
int
-parse_args (int argc, char *argv[])
+parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opts (argc, argv, "p:h:c:");
+ ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("p:h:c:"));
int c;
while ((c = get_opts ()) != -1)