summaryrefslogtreecommitdiff
path: root/TAO/tests/Two_Objects/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Two_Objects/client.cpp')
-rw-r--r--TAO/tests/Two_Objects/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Two_Objects/client.cpp b/TAO/tests/Two_Objects/client.cpp
index 386a4cad980..581b2c69811 100644
--- a/TAO/tests/Two_Objects/client.cpp
+++ b/TAO/tests/Two_Objects/client.cpp
@@ -8,9 +8,9 @@ ACE_RCSID(Test, client, "$Id$")
const char *ior = "file://test.ior";
int
-parse_args (int argc, char *argv[])
+parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opts (argc, argv, "r:");
+ ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("r:"));
int c;
while ((c = get_opts ()) != -1)