]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/layout/layout.cpp
initialize bitmap to avoid assertion
[wxWidgets.git] / samples / layout / layout.cpp
index a8d61512311d318ad45d579f0e4bb53145c089c2..606813fc27a1f9cc82b2cd509e5fb7dd3940a630 100644 (file)
@@ -41,6 +41,9 @@ IMPLEMENT_APP(MyApp)
 
 bool MyApp::OnInit()
 {
+  if ( !wxApp::OnInit() )
+      return false;
+
   // Create the main frame window
   MyFrame *frame = new MyFrame;