X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68030cae69b096c6a07d634b098a053f0823a8b5..57bf907d8e45ced18486d74c04f41c06034b7e65:/interface/wx/aui/framemanager.h diff --git a/interface/wx/aui/framemanager.h b/interface/wx/aui/framemanager.h index a48a944352..ac0e4057e6 100644 --- a/interface/wx/aui/framemanager.h +++ b/interface/wx/aui/framemanager.h @@ -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. */ - void SetFlags(int flags); + void SetFlags(unsigned int flags); /** 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. */ - wxAuiPaneInfo& SetFlag(unsigned int flag, bool option_state); + wxAuiPaneInfo& SetFlag(int flag, bool option_state); /** Show() indicates that a pane should be shown.