From 75aea0d824c2ca60ca882dfa0e51d85b4d4c0c22 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 27 Jan 2008 12:43:46 +0000 Subject: [PATCH] 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 --- include/wx/generic/mdig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/generic/mdig.h b/include/wx/generic/mdig.h index 11f75518b6..f4366808cc 100644 --- a/include/wx/generic/mdig.h +++ b/include/wx/generic/mdig.h @@ -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