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:
@@ -20,8 +20,8 @@ class WXDLLIMPEXP_CORE wxMiniFrame: public wxFrame {
|
||||
wxDECLARE_DYNAMIC_CLASS(wxMiniFrame);
|
||||
|
||||
public:
|
||||
inline wxMiniFrame() {}
|
||||
inline wxMiniFrame(wxWindow *parent,
|
||||
wxMiniFrame() {}
|
||||
wxMiniFrame(wxWindow *parent,
|
||||
wxWindowID id,
|
||||
const wxString& title,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
|
Reference in New Issue
Block a user