summaryrefslogtreecommitdiff
path: root/examples/OS/Process/imore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/OS/Process/imore.cpp')
-rw-r--r--examples/OS/Process/imore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/OS/Process/imore.cpp b/examples/OS/Process/imore.cpp
index 181254e0cb4..3740725a690 100644
--- a/examples/OS/Process/imore.cpp
+++ b/examples/OS/Process/imore.cpp
@@ -60,7 +60,7 @@ usage (void)
static int
parse_args (int argc, ACE_TCHAR **argv)
{
- ACE_Get_Opt get_opt (argc, argv, ACE_TEXT("un"));
+ ACE_Get_Arg_Opt<ACE_TCHAR> get_opt (argc, argv, ACE_TEXT("un"));
int c;
while ((c = get_opt ()) != -1)