define (empty) SetIcon() method in wxGenericMDIChildFrame for compatibility with MSW implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-01-27 12:43:46 +00:00
parent 561d687c49
commit 75aea0d824

View File

@ -20,6 +20,9 @@
#include "wx/panel.h"
#include "wx/notebook.h"
class WXDLLIMPEXP_FWD_CORE wxIcon;
class WXDLLIMPEXP_FWD_CORE wxIconBundle;
extern WXDLLEXPORT_DATA(const char) wxStatusLineNameStr[];
@ -162,6 +165,7 @@ public:
#endif
// no icon
void SetIcon(const wxIcon& WXUNUSED(icon)) { }
virtual void SetIcons( const wxIconBundle& WXUNUSED(icons) ) { }
// no maximize etc