]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdline.h
don't draw borders for bitmap buttons with wxBORDER_NONE style
[wxWidgets.git] / include / wx / cmdline.h
index dcd76f7218e6025e8778c7e95fbf8639bdea9578..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