]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/doc.h
redefined TRUE and FALSE to be of type bool
[wxWidgets.git] / samples / docview / doc.h
index eed0e8dec5a2809113ae97c156349cf6af90519c..fde6be752aba3c22d710be59edc81d3282f240a8 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:    wxWindows license
+// Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -17,6 +17,7 @@
 #define __DOCSAMPLEH__
 
 #include "wx/docview.h"
+#include "wx/cmdproc.h"
 
 // Plots a line from one point to the other
 class DoodleLine: public wxObject