Code

Connector tool: make connectors avoid the convex hull of shapes.
[inkscape.git] / src / console-output-undo-observer.h
index 32149c15dc012b13b83d5d68e2897938826a11ee..9b42cf033df133a8a9c587440cb849eb524da3e8 100644 (file)
@@ -20,11 +20,13 @@ namespace Inkscape {
 class ConsoleOutputUndoObserver : public UndoStackObserver {
 public:
     ConsoleOutputUndoObserver() : UndoStackObserver() { }
-    ~ConsoleOutputUndoObserver() { }
+    virtual ~ConsoleOutputUndoObserver() { }
 
     void notifyUndoEvent(Event* log);
     void notifyRedoEvent(Event* log);
     void notifyUndoCommitEvent(Event* log);
+    void notifyClearUndoEvent();
+    void notifyClearRedoEvent();
 
 };
 }