summaryrefslogtreecommitdiff
path: root/tests/Hash_Map_Bucket_Iterator_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Hash_Map_Bucket_Iterator_Test.cpp')
-rw-r--r--tests/Hash_Map_Bucket_Iterator_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Hash_Map_Bucket_Iterator_Test.cpp b/tests/Hash_Map_Bucket_Iterator_Test.cpp
index c3bcc9b1157..27004d20c95 100644
--- a/tests/Hash_Map_Bucket_Iterator_Test.cpp
+++ b/tests/Hash_Map_Bucket_Iterator_Test.cpp
@@ -32,7 +32,7 @@ static ACE_UINT32 table_size = ACE_MAX_ITERATIONS;
int
parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opt (argc, argv, ACE_TEXT ("t:i:"));
+ ACE_Get_Arg_Opt<ACE_TCHAR> get_opt (argc, argv, ACE_TEXT ("t:i:"));
int cc;