]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/view.h
correct access for virtuals
[wxWidgets.git] / samples / docview / view.h
index 950d8b6dcdc048ac0c25b9b5fc81b102605701c8..35d5fbf7ef80a1b55c46a50c590bee096a58d876 100644 (file)
@@ -5,14 +5,10 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:    wxWindows license
+// Copyright:   (c) Julian Smart
+// 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