From: dwyip Date: Fri, 23 Jun 2006 03:32:42 +0000 (+0000) Subject: a CompositeUndoStackObserver is still an UndoStackObserver -- forgot about that X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=913dc5883490fa5a3e3b2d857ed7fb04f7bf2b9f;p=inkscape.git a CompositeUndoStackObserver is still an UndoStackObserver -- forgot about that --- diff --git a/src/composite-undo-stack-observer.h b/src/composite-undo-stack-observer.h index 908610135..fbe0ed892 100644 --- a/src/composite-undo-stack-observer.h +++ b/src/composite-undo-stack-observer.h @@ -26,13 +26,11 @@ class Event; } -class UndoStackObserver; - /** * Aggregates UndoStackObservers for management and triggering in an SPDocument's undo/redo * system. */ -class CompositeUndoStackObserver { +class CompositeUndoStackObserver : public UndoStackObserver { public: /**