diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-04-23 05:45:46 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-04-23 05:45:46 +0000 |
commit | 30aaea4635ebd190e2a9693991599ceb5a7d3ed3 (patch) | |
tree | 5707669ee042b2ae2149fec62b4694055c52a603 /tests | |
parent | 8296e7751816f7b5b9826bd96899782d28ac7662 (diff) | |
download | ATCD-30aaea4635ebd190e2a9693991599ceb5a7d3ed3.tar.gz |
ChangeLogTag: Tue Apr 23 07:38:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/MT_Reactor_Upcall_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/MT_Reactor_Upcall_Test.cpp b/tests/MT_Reactor_Upcall_Test.cpp index 8d79c49ad43..c10ea38de0a 100644 --- a/tests/MT_Reactor_Upcall_Test.cpp +++ b/tests/MT_Reactor_Upcall_Test.cpp @@ -171,7 +171,7 @@ test_reactor_upcall (ACE_Reactor &reactor) static int parse_args (int argc, ACE_TCHAR *argv[]) { - ACE_Get_Opt get_opt (argc, argv, "t:m:s:l:"); + ACE_Get_Opt get_opt (argc, argv, ACE_TEXT("t:m:s:l:")); int c; |