]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/framemanager.h
add size parameter to the generic wxFileDialog ctor
[wxWidgets.git] / include / wx / aui / framemanager.h
index 87bc77ab6635223e2ca4a282b5db1f6b2646eadc..00de34da6a91f1c0000d38f49ae668520233d957 100644 (file)
@@ -331,7 +331,7 @@ public:
         return *this;
     }
 
-    wxAuiPaneInfo& SetFlag(unsigned int flag, bool option_state)
+    wxAuiPaneInfo& SetFlag(int flag, bool option_state)
     {
         if (option_state)
             state |= flag;
@@ -340,7 +340,7 @@ public:
         return *this;
     }
 
-    bool HasFlag(unsigned int flag) const
+    bool HasFlag(int flag) const
     {
         return (state & flag) != 0;
     }