]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/view.h
Update os2/ow makefiles.
[wxWidgets.git] / samples / docview / view.h
index 87268d863cdbaa3e1e7f829a9efac8311b75c5be..35d5fbf7ef80a1b55c46a50c590bee096a58d876 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-// #pragma interface
-#endif
-
 #ifndef __VIEWSAMPLEH__
 #define __VIEWSAMPLEH__
 
@@ -52,7 +48,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 +69,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