]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/cmdproc.h
Moved list of subclasses away from 'classes overview' corrected some wxGrid overview...
[wxWidgets.git] / interface / wx / cmdproc.h
index 1698d9e7b7112766043b17a9385c91570611c31e..e81879174a938051a899cb13d0037a14d783ac92 100644 (file)
@@ -56,7 +56,7 @@ public:
                 processor that the action is not undoable and should not be
                 added to the command history.
     */
-    virtual bool Do();
+    virtual bool Do() = 0;
 
     /**
         Returns the command name.
@@ -85,7 +85,7 @@ public:
                 processor that the action is not redoable and no change should
                 be made to the command history.
     */
-    virtual bool Undo();
+    virtual bool Undo() = 0;
 };