]> git.saurik.com Git - wxWidgets.git/commitdiff
define (empty) SetIcon() method in wxGenericMDIChildFrame for compatibility with...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Jan 2008 12:43:46 +0000 (12:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Jan 2008 12:43:46 +0000 (12:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/mdig.h

index 11f75518b6c813094b9ee09f2bf82491e1d41121..f4366808cc60d27f890892f2e926fa7df47c9a12 100644 (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