]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dragimag/dragimag.cpp
compilation fix for gcc (closes bug 996701)
[wxWidgets.git] / samples / dragimag / dragimag.cpp
index 1141186f1a38e071a39452180996defa674b0c80..031940c99fae2f46cb204be8d38b5d23147de6d3 100644 (file)
@@ -341,9 +341,11 @@ MyFrame::MyFrame()
     SetIcon(wxICON(mondrian));
     SetMenuBar( menu_bar );
     
     SetIcon(wxICON(mondrian));
     SetMenuBar( menu_bar );
     
+#if wxUSE_STATUSBAR
     CreateStatusBar(2);
     int widths[] = { -1, 100 };
     SetStatusWidths( 2, widths );
     CreateStatusBar(2);
     int widths[] = { -1, 100 };
     SetStatusWidths( 2, widths );
+#endif // wxUSE_STATUSBAR
     
     m_canvas = new MyCanvas( this, wxID_ANY, wxPoint(0,0), wxSize(10,10) );
 }
     
     m_canvas = new MyCanvas( this, wxID_ANY, wxPoint(0,0), wxSize(10,10) );
 }