X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/98eb2e84e883b50168b678693704613fe29d89d9..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/statusbr.h diff --git a/interface/wx/statusbr.h b/interface/wx/statusbr.h index 8070fe0c10..9c008e018e 100644 --- a/interface/wx/statusbr.h +++ b/interface/wx/statusbr.h @@ -2,7 +2,6 @@ // Name: statusbr.h // Purpose: interface of wxStatusBar // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -39,7 +38,7 @@ public: /** Constructs the pane with the given @a style and @a width. */ - wxStatusBarPane(int style = wxSB_NORMAL, size_t width = 0); + wxStatusBarPane(int style = wxSB_NORMAL, int width = 0); /** Returns the pane width; it maybe negative, indicating a variable-width field.