]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
Fix OpenVMS makefile
[wxWidgets.git] / src / generic / logg.cpp
index db877a0e000b00945be206932e6a78e221f34a96..a56044a05f5d725323ab2ffa307d0ea06479e347 100644 (file)
@@ -448,6 +448,9 @@ public:
     wxLogFrame(wxWindow *pParent, wxLogWindow *log, const wxString& szTitle);
     virtual ~wxLogFrame();
 
+    // Don't prevent the application from exiting if just this frame remains.
+    virtual bool ShouldPreventAppExit() const { return false; }
+
     // menu callbacks
     void OnClose(wxCommandEvent& event);
     void OnCloseWindow(wxCloseEvent& event);