From 158c23c9f91f90d26676cee9f1f95855da73eec1 Mon Sep 17 00:00:00 2001 From: David Yip Date: Fri, 23 Jun 2006 03:32:42 +0000 Subject: a CompositeUndoStackObserver is still an UndoStackObserver -- forgot about that (bzr r1265) --- src/composite-undo-stack-observer.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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: /** -- cgit v1.2.3