]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/view.h
fixed typo
[wxWidgets.git] / samples / docview / view.h
index 87268d863cdbaa3e1e7f829a9efac8311b75c5be..02d05cc97cbc5fa855f823e384137145ff22ebc7 100644 (file)
@@ -52,7 +52,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);
     
@@ -73,7 +73,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);
 };
 
 #endif