Code

patch 1705533
[inkscape.git] / src / console-output-undo-observer.h
index 32149c15dc012b13b83d5d68e2897938826a11ee..b6fec7f326b634f7ccca712b34f2afb775241043 100644 (file)
@@ -25,6 +25,8 @@ public:
     void notifyUndoEvent(Event* log);
     void notifyRedoEvent(Event* log);
     void notifyUndoCommitEvent(Event* log);
+    void notifyClearUndoEvent();
+    void notifyClearRedoEvent();
 
 };
 }