]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docvwmdi/view.h
fixed typo in the last before one change (UNIV_HDR, not UNIX_HDR)
[wxWidgets.git] / samples / docvwmdi / view.h
index 46ce8a24662f92ec3e0b34af27427c390ed1503e..57e4573ae5fd501bc35339a38765febcf9607836 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-// #pragma interface
-#endif
-
 #ifndef __VIEWSAMPLEH__
 #define __VIEWSAMPLEH__
 
@@ -51,7 +47,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 +68,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)