diff options
Diffstat (limited to 'ace/Get_Opt.h')
-rw-r--r-- | ace/Get_Opt.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Get_Opt.h b/ace/Get_Opt.h index 0e26a51e807..61ecbbeddc4 100644 --- a/ace/Get_Opt.h +++ b/ace/Get_Opt.h @@ -59,7 +59,10 @@ class ACE_Export ACE_Get_Opt { public: - ACE_Get_Opt (int argc, char **argv, char *optstring, int skip_argv0 = 1, int report_errors = 0); + ACE_Get_Opt (int argc, char **argv, + char *optstring, + int skip_argv0 = 1, + int report_errors = 0); // Initialize the internal data when the first call is made. Start // processing options with ARGV-element 0 + <skip_argv0>; the // sequence of previously skipped non-option ARGV-elements is empty. |