summaryrefslogtreecommitdiff
path: root/tests/Manual_Event_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Manual_Event_Test.cpp')
-rw-r--r--tests/Manual_Event_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Manual_Event_Test.cpp b/tests/Manual_Event_Test.cpp
index 1b28d846a71..4b70d2ef44e 100644
--- a/tests/Manual_Event_Test.cpp
+++ b/tests/Manual_Event_Test.cpp
@@ -74,7 +74,7 @@ print_usage_and_die (void)
static void
parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opt (argc, argv, ACE_TEXT ("w:n:"));
+ ACE_Get_Arg_Opt<ACE_TCHAR> get_opt (argc, argv, ACE_TEXT ("w:n:"));
int c;