summaryrefslogtreecommitdiff
path: root/apps/Gateway/Peer/Options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Gateway/Peer/Options.cpp')
-rw-r--r--apps/Gateway/Peer/Options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Gateway/Peer/Options.cpp b/apps/Gateway/Peer/Options.cpp
index 0b33552e629..659fc38b5c9 100644
--- a/apps/Gateway/Peer/Options.cpp
+++ b/apps/Gateway/Peer/Options.cpp
@@ -108,7 +108,7 @@ Options::enabled (int option) const
void
Options::parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opt (argc, argv, ACE_TEXT ("a:c:C:h:m:t:v"), 0);
+ ACE_Get_Arg_Opt<ACE_TCHAR> get_opt (argc, argv, ACE_TEXT ("a:c:C:h:m:t:v"), 0);
for (int c; (c = get_opt ()) != -1; )
{