Code

a CompositeUndoStackObserver is still an UndoStackObserver -- forgot about that
authordwyip <dwyip@users.sourceforge.net>
Fri, 23 Jun 2006 03:32:42 +0000 (03:32 +0000)
committerdwyip <dwyip@users.sourceforge.net>
Fri, 23 Jun 2006 03:32:42 +0000 (03:32 +0000)
src/composite-undo-stack-observer.h

index 908610135a11c829a61841653cf6c21fa12983c8..fbe0ed892cf20cbb041cf67da9a48e12dea036d0 100644 (file)
@@ -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:
 
        /**