summaryrefslogtreecommitdiff
path: root/tests/SOCK_Dgram_Bcast_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SOCK_Dgram_Bcast_Test.cpp')
-rw-r--r--tests/SOCK_Dgram_Bcast_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SOCK_Dgram_Bcast_Test.cpp b/tests/SOCK_Dgram_Bcast_Test.cpp
index fc8149bce3c..7300801c6f2 100644
--- a/tests/SOCK_Dgram_Bcast_Test.cpp
+++ b/tests/SOCK_Dgram_Bcast_Test.cpp
@@ -216,7 +216,7 @@ int run_main (int argc, ACE_TCHAR *argv[])
int opt = 0;
int auto_test_recv = 0;
int result = 0;
- ACE_Get_Opt opts (argc, argv, ACE_TEXT ("p:t:n:sra"));
+ ACE_Get_Arg_Opt<ACE_TCHAR> opts (argc, argv, ACE_TEXT ("p:t:n:sra"));
while ((opt = opts ()) != -1)
switch (opt)
{