summaryrefslogtreecommitdiff
path: root/tests/Cached_Accept_Conn_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Cached_Accept_Conn_Test.cpp')
-rw-r--r--tests/Cached_Accept_Conn_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Cached_Accept_Conn_Test.cpp b/tests/Cached_Accept_Conn_Test.cpp
index 64717629458..0b99b19f30d 100644
--- a/tests/Cached_Accept_Conn_Test.cpp
+++ b/tests/Cached_Accept_Conn_Test.cpp
@@ -381,7 +381,7 @@ test_caching_strategy_type (void)
int
parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opt (argc, argv, ACE_TEXT ("l:i:p:c:a:d"));
+ ACE_Get_Arg_Opt<ACE_TCHAR> get_opt (argc, argv, ACE_TEXT ("l:i:p:c:a:d"));
int cc;