]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/minimal.cpp
more updates for recent toolbar changes
[wxWidgets.git] / samples / minimal / minimal.cpp
index d26710c9f7ffaf12e12dae38800664e07b02047b..5ba383e3c3bad835251e24fc97dc35fa47870145 100644 (file)
@@ -35,7 +35,7 @@
 // ----------------------------------------------------------------------------
 
 // the application icon (under Windows and OS/2 it is in resources)
-#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__) || defined(__WXX11__)
     #include "mondrian.xpm"
 #endif
 
@@ -138,7 +138,7 @@ bool MyApp::OnInit()
 
 // frame constructor
 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
-       : MyFrame(NULL, -1, title, pos, size)
+       : wxFrame(NULL, -1, title, pos, size)
 {
     // set the frame icon
     SetIcon(wxICON(mondrian));