summaryrefslogtreecommitdiffstats
path: root/src/composite-undo-stack-observer.h
diff options
context:
space:
mode:
authorDavid Yip <yipdw@alumni.rose-hulman.edu>2006-06-23 03:32:42 +0000
committerdwyip <dwyip@users.sourceforge.net>2006-06-23 03:32:42 +0000
commit158c23c9f91f90d26676cee9f1f95855da73eec1 (patch)
tree1cc48b738f4da68963beabb5e8b8a248351379d5 /src/composite-undo-stack-observer.h
parentadd translator name [ 1511010 ] a double patch to add another translator to t... (diff)
downloadinkscape-158c23c9f91f90d26676cee9f1f95855da73eec1.tar.gz
inkscape-158c23c9f91f90d26676cee9f1f95855da73eec1.zip
a CompositeUndoStackObserver is still an UndoStackObserver -- forgot about that
(bzr r1265)
Diffstat (limited to '')
-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:
/**