X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be5a51fb592f3fa2ba38ac6cd1e488d6d806058c..e8332ccfe0cf1653b257d46d5c41339e2b2da438:/contrib/include/wx/deprecated/tbarsmpl.h diff --git a/contrib/include/wx/deprecated/tbarsmpl.h b/contrib/include/wx/deprecated/tbarsmpl.h index 67fa1871e1..97bc158f0f 100644 --- a/contrib/include/wx/deprecated/tbarsmpl.h +++ b/contrib/include/wx/deprecated/tbarsmpl.h @@ -118,8 +118,8 @@ protected: const wxString& shortHelp = wxEmptyString, const wxString& longHelp = wxEmptyString, wxObject *clientData = NULL, - wxCoord xPos = -1, - wxCoord yPos = -1 + wxCoord xPos = wxDefaultCoord, + wxCoord yPos = wxDefaultCoord ); virtual bool DoInsertTool(size_t pos, wxToolBarToolBase *tool);