X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fconsole-output-undo-observer.h;h=b5c08a8b54aa151ef301136ce398e7fd26f4dba4;hb=6302669b796eadd6994ecdc2e70f0119b29194dd;hp=f7d1c7d291fbe3c789b6e7efba60998a7aba711d;hpb=a4030d5ca449e7e384bc699cd249ee704faaeab0;p=inkscape.git 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 + * 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: