]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/cmdproc.h
define wxHAS_RAW_BITMAP for wxDFB
[wxWidgets.git] / interface / wx / cmdproc.h
index a0bd1d0a2f0c94968ce5ede21232fbfb70c93d1b..55970df404e5022d2e4b3621f7f53be653d56d03 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxCommand
-    @wxheader{cmdproc.h}
 
     wxCommand is a base class for modelling an application command, which is an
     action usually performed by selecting a menu item, pressing a toolbar
@@ -93,7 +92,6 @@ public:
 
 /**
     @class wxCommandProcessor
-    @wxheader{cmdproc.h}
 
     wxCommandProcessor is a class that maintains a history of wxCommands, with
     undo/redo functionality built-in. Derive a new class from this if you want