]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/docview.cpp
reset preview bitmap variable to NULL after deleting it
[wxWidgets.git] / samples / docview / docview.cpp
index 977e9dde6f521158097bebc1e12e4cf757f2b3ab..96661165e1ae29bf174afb951806ac6a9e59c80c 100644 (file)
@@ -70,7 +70,7 @@ bool MyApp::OnInit(void)
     
     //// Create a document manager
     m_docManager = new wxDocManager;
-    
+
     //// Create a template relating drawing documents to their views
     (void) new wxDocTemplate(m_docManager, "Drawing", "*.drw", "", "drw", "Drawing Doc", "Drawing View",
         CLASSINFO(DrawingDocument), CLASSINFO(DrawingView));