X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aa89a22b8e47000c98bff05c6f545f331f1c353..b61d8079f54ee9fd67bd2a1e42970bc30031e20a:/samples/docvwmdi/view.h diff --git a/samples/docvwmdi/view.h b/samples/docvwmdi/view.h index 46ce8a2466..8416484d48 100644 --- a/samples/docvwmdi/view.h +++ b/samples/docvwmdi/view.h @@ -51,7 +51,7 @@ public: bool OnCreate(wxDocument *doc, long flags); void OnDraw(wxDC *dc); void OnUpdate(wxView *sender, wxObject *hint = (wxObject *) NULL); - bool OnClose(bool deleteWindow = TRUE); + bool OnClose(bool deleteWindow = true); void OnCut(wxCommandEvent& event); @@ -72,7 +72,7 @@ public: bool OnCreate(wxDocument *doc, long flags); void OnDraw(wxDC *dc); void OnUpdate(wxView *sender, wxObject *hint = (wxObject *) NULL); - bool OnClose(bool deleteWindow = TRUE); + bool OnClose(bool deleteWindow = true); private: DECLARE_DYNAMIC_CLASS(TextEditView)