summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/basic_perf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Misc/basic_perf.cpp')
-rw-r--r--performance-tests/Misc/basic_perf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Misc/basic_perf.cpp b/performance-tests/Misc/basic_perf.cpp
index d084e84e1b2..0aa04d3b007 100644
--- a/performance-tests/Misc/basic_perf.cpp
+++ b/performance-tests/Misc/basic_perf.cpp
@@ -498,7 +498,7 @@ static
unsigned int
get_options (int argc, ACE_TCHAR *argv [])
{
- ACE_Get_Opt get_opt (argc, argv, ACE_TEXT("i:?"));
+ ACE_Get_Arg_Opt<ACE_TCHAR> get_opt (argc, argv, ACE_TEXT("i:?"));
int opt;
while ((opt = get_opt ()) != EOF)