Remove redundant wxSetCursor() declarations
Avoid -Wredundant-decls from gcc by not duplicating the declaration from wx/gdicmn.h in wx/*/cursor.h.
This commit is contained in:
@@ -63,7 +63,5 @@ private:
|
|||||||
wxDECLARE_DYNAMIC_CLASS(wxCursor);
|
wxDECLARE_DYNAMIC_CLASS(wxCursor);
|
||||||
};
|
};
|
||||||
|
|
||||||
extern WXDLLIMPEXP_CORE void wxSetCursor(const wxCursor& cursor);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_CURSOR_H_
|
// _WX_CURSOR_H_
|
||||||
|
@@ -47,6 +47,4 @@ private:
|
|||||||
wxDECLARE_DYNAMIC_CLASS(wxCursor);
|
wxDECLARE_DYNAMIC_CLASS(wxCursor);
|
||||||
};
|
};
|
||||||
|
|
||||||
extern WXDLLIMPEXP_CORE void wxSetCursor(const wxCursor& cursor);
|
|
||||||
|
|
||||||
#endif // _WX_CURSOR_H_
|
#endif // _WX_CURSOR_H_
|
||||||
|
Reference in New Issue
Block a user