summaryrefslogtreecommitdiff
path: root/tests/Timer_Queue_Reference_Counting_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Timer_Queue_Reference_Counting_Test.cpp')
-rw-r--r--tests/Timer_Queue_Reference_Counting_Test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Timer_Queue_Reference_Counting_Test.cpp b/tests/Timer_Queue_Reference_Counting_Test.cpp
index f21585938d0..30b2f29c3aa 100644
--- a/tests/Timer_Queue_Reference_Counting_Test.cpp
+++ b/tests/Timer_Queue_Reference_Counting_Test.cpp
@@ -550,7 +550,7 @@ static int test_simple = 1;
static int
parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opt (argc, argv, ACE_TEXT ("a:b:c:d:l:m:n:o:z:"));
+ ACE_Get_Arg_Opt<ACE_TCHAR> get_opt (argc, argv, ACE_TEXT ("a:b:c:d:l:m:n:o:z:"));
int cc;
while ((cc = get_opt ()) != -1)
@@ -673,4 +673,3 @@ run_main (int argc, ACE_TCHAR *argv[])
return 0;
}
-