]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/aui/framemanager.h
fix the definition of many static functions marked as 'const' or functions which...
[wxWidgets.git] / interface / wx / aui / framemanager.h
index a48a9443529ec9502f2fc104afe49b4ee1f99083..ac0e4057e664cf3383813afdc0406dc9f9480fdf 100644 (file)
@@ -285,7 +285,7 @@ public:
         This method is used to specify wxAuiManager's settings flags. @a flags
         specifies options which allow the frame management behavior to be modified.
     */
         This method is used to specify wxAuiManager's settings flags. @a flags
         specifies options which allow the frame management behavior to be modified.
     */
-    void SetFlags(int flags);
+    void SetFlags(unsigned int flags);
 
     /**
         Called to specify the frame or window which is to be managed by wxAuiManager.
 
     /**
         Called to specify the frame or window which is to be managed by wxAuiManager.
@@ -731,7 +731,7 @@ public:
         SetFlag() turns the property given by flag on or off with the option_state
         parameter.
     */
         SetFlag() turns the property given by flag on or off with the option_state
         parameter.
     */
-    wxAuiPaneInfo& SetFlag(unsigned int flag, bool option_state);
+    wxAuiPaneInfo& SetFlag(int flag, bool option_state);
 
     /**
         Show() indicates that a pane should be shown.
 
     /**
         Show() indicates that a pane should be shown.