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:
@@ -16,8 +16,8 @@ class WXDLLIMPEXP_CORE wxStaticBox : public wxStaticBoxBase
|
||||
wxDECLARE_DYNAMIC_CLASS(wxStaticBox);
|
||||
|
||||
public:
|
||||
inline wxStaticBox() {}
|
||||
inline wxStaticBox(wxWindow *parent, wxWindowID id,
|
||||
wxStaticBox() {}
|
||||
wxStaticBox(wxWindow *parent, wxWindowID id,
|
||||
const wxString& label,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
|
Reference in New Issue
Block a user