]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdline.h
Extract wxFDIOHandler in its own header.
[wxWidgets.git] / include / wx / cmdline.h
index 10bf956eb0052af0cf0127481b53e97ca95acdc1..1ab9966364010b9eb473a9ea4bf9681cb99ebb3d 100644 (file)
@@ -36,7 +36,7 @@ class WXDLLIMPEXP_FWD_BASE wxDateTime;
 
 // by default, options are optional (sic) and each call to AddParam() allows
 // one more parameter - this may be changed by giving non-default flags to it
-enum
+enum wxCmdLineEntryFlags
 {
     wxCMD_LINE_OPTION_MANDATORY = 0x01, // this option must be given
     wxCMD_LINE_PARAM_OPTIONAL   = 0x02, // the parameter may be omitted
@@ -250,7 +250,7 @@ private:
 
     struct wxCmdLineParserData *m_data;
 
-    DECLARE_NO_COPY_CLASS(wxCmdLineParser)
+    wxDECLARE_NO_COPY_CLASS(wxCmdLineParser);
 };
 
 #else // !wxUSE_CMDLINE_PARSER