summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4888842)
raw | patch | inline | side by side (parent: 4888842)
author | dwyip <dwyip@users.sourceforge.net> | |
Fri, 23 Jun 2006 03:32:42 +0000 (03:32 +0000) | ||
committer | dwyip <dwyip@users.sourceforge.net> | |
Fri, 23 Jun 2006 03:32:42 +0000 (03:32 +0000) |
src/composite-undo-stack-observer.h | patch | blob | history |
index 908610135a11c829a61841653cf6c21fa12983c8..fbe0ed892cf20cbb041cf67da9a48e12dea036d0 100644 (file)
}
-class UndoStackObserver;
-
/**
* Aggregates UndoStackObservers for management and triggering in an SPDocument's undo/redo
* system.
*/
-class CompositeUndoStackObserver {
+class CompositeUndoStackObserver : public UndoStackObserver {
public:
/**