summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/composite-undo-stack-observer.h4
1 files changed, 1 insertions, 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:
/**