From 913dc5883490fa5a3e3b2d857ed7fb04f7bf2b9f Mon Sep 17 00:00:00 2001 From: dwyip Date: Fri, 23 Jun 2006 03:32:42 +0000 Subject: [PATCH] a CompositeUndoStackObserver is still an UndoStackObserver -- forgot about that --- src/composite-undo-stack-observer.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: /** -- 2.30.2