summaryrefslogtreecommitdiff
path: root/ACE/ace/Get_Opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Get_Opt.h')
-rw-r--r--ACE/ace/Get_Opt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Get_Opt.h b/ACE/ace/Get_Opt.h
index 5c8e9c62888..bb6636b02fd 100644
--- a/ACE/ace/Get_Opt.h
+++ b/ACE/ace/Get_Opt.h
@@ -182,14 +182,14 @@ public:
private:
void ACE_Get_Opt_Init (const ACE_TCHAR *optstring);
public:
- ACE_INLINE ACE_Get_Opt (int argc,
+ ACE_Get_Opt (int argc,
ACE_TCHAR **argv,
const ACE_TCHAR *optstring = ACE_TEXT (""),
int skip_args = 1,
int report_errors = 0,
int ordering = PERMUTE_ARGS,
int long_only = 0);
- ACE_INLINE ACE_Get_Opt (int argc,
+ ACE_Get_Opt (int argc,
ACE_TCHAR **argv,
const char *optstring,
int skip_args = 1,