diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-12-12 08:40:34 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-12-12 08:40:34 +0000 |
| commit | aadfea4113abc6863d7ab03d21b973802c41c503 (patch) | |
| tree | 3f890c0c112433fd850d59558208addf1baa85da /src/console-output-undo-observer.h | |
| parent | Pot and Dutch translation update (diff) | |
| parent | A simple layout document as to what, why and how is cppification. (diff) | |
| download | inkscape-aadfea4113abc6863d7ab03d21b973802c41c503.tar.gz inkscape-aadfea4113abc6863d7ab03d21b973802c41c503.zip | |
Merge and cleanup of GSoC C++-ification project.
(bzr r9945.1.1)
Diffstat (limited to 'src/console-output-undo-observer.h')
| -rw-r--r-- | src/console-output-undo-observer.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/console-output-undo-observer.h b/src/console-output-undo-observer.h index f7d1c7d29..b5c08a8b5 100644 --- a/src/console-output-undo-observer.h +++ b/src/console-output-undo-observer.h @@ -1,17 +1,18 @@ /** * Inkscape::ConsoleOutputUndoObserver - observer for tracing calls to - * sp_document_undo, sp_document_redo, sp_document_maybe_done + * SPDocumentUndo::undo, SPDocumentUndo::redo, SPDocumentUndo::maybe_done * * Authors: * David Yip <yipdw@alumni.rose-hulman.edu> + * Abhishek Sharma * * Copyright (c) 2006 Authors * * Released under GNU GPL, see the file 'COPYING' for more information */ -#ifndef __INKSCAPE_CONSOLE_OUTPUT_UNDO_OBSERVER_H__ -#define __INKSCAPE_CONSOLE_OUTPUT_UNDO_OBSERVER_H__ +#ifndef SEEN_INKSCAPE_CONSOLE_OUTPUT_UNDO_OBSERVER_H +#define SEEN_INKSCAPE_CONSOLE_OUTPUT_UNDO_OBSERVER_H #include "undo-stack-observer.h" @@ -31,7 +32,7 @@ public: }; } -#endif +#endif // SEEN_INKSCAPE_CONSOLE_OUTPUT_UNDO_OBSERVER_H /* Local Variables: |
