diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-06-29 20:15:48 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-06-29 20:15:48 +0000 |
| commit | ef0a7b603c667abc8599c3abf88c4408acb05228 (patch) | |
| tree | 7ddfd39557009044f41538d865cf3365e0ffe3fd /src/console-output-undo-observer.h | |
| parent | Small bugfixes. (diff) | |
| download | inkscape-ef0a7b603c667abc8599c3abf88c4408acb05228.tar.gz inkscape-ef0a7b603c667abc8599c3abf88c4408acb05228.zip | |
patch from Gustav Broberg: undo annotations and history dialog
(bzr r1315)
Diffstat (limited to 'src/console-output-undo-observer.h')
| -rw-r--r-- | src/console-output-undo-observer.h | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/src/console-output-undo-observer.h b/src/console-output-undo-observer.h index 6ab299894..32149c15d 100644 --- a/src/console-output-undo-observer.h +++ b/src/console-output-undo-observer.h @@ -17,23 +17,16 @@ namespace Inkscape { -namespace XML { - -class Event; - -} - class ConsoleOutputUndoObserver : public UndoStackObserver { public: - ConsoleOutputUndoObserver() : UndoStackObserver() { } - ~ConsoleOutputUndoObserver() { } + ConsoleOutputUndoObserver() : UndoStackObserver() { } + ~ConsoleOutputUndoObserver() { } - void notifyUndoEvent(XML::Event* log); - void notifyRedoEvent(XML::Event* log); - void notifyUndoCommitEvent(XML::Event* log); + void notifyUndoEvent(Event* log); + void notifyRedoEvent(Event* log); + void notifyUndoCommitEvent(Event* log); }; - } #endif |
