summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp')
-rw-r--r--TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp b/TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp
index cb6e1a18979..7cd6e5900ec 100644
--- a/TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp
+++ b/TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp
@@ -14,9 +14,9 @@ const char *mode = "SYNC_NONE";
ACE_CString server_orb;
ACE_CString client_orb;
int
-parse_args (int argc, char *argv[])
+parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opts (argc, argv, "k:o:n:");
+ ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("k:o:n:"));
int c;
while ((c = get_opts ()) != -1)