No changes, just remove redundant "inline" from wxOSX headers
There is no need for them in the methods declared in the class declaration anyhow, so just remove them. No real changes.
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
||||
|
||||
wxToolBar() { Init(); }
|
||||
|
||||
inline wxToolBar(wxWindow *parent, wxWindowID id,
|
||||
wxToolBar(wxWindow *parent, wxWindowID id,
|
||||
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
|
||||
long style = wxTB_DEFAULT_STYLE,
|
||||
const wxString& name = wxToolBarNameStr)
|
||||
|
Reference in New Issue
Block a user