summaryrefslogtreecommitdiffstats
path: root/src/undo-stack-observer.h
diff options
context:
space:
mode:
authorAndrew Higginson <at.higginson@gmail.com>2011-12-27 21:04:47 +0000
committerAndrew <at.higginson@gmail.com>2011-12-27 21:04:47 +0000
commit80960b623a99aae1402ab651b2974ef544ed3b03 (patch)
treeba49d42c2789e9e11f805e2d5263e10f9fedeef8 /src/undo-stack-observer.h
parenttry to fix bug (diff)
parentGDL: Cherry-pick upstream patch 73852 (2011-03-23) - Add missing return value. (diff)
downloadinkscape-80960b623a99aae1402ab651b2974ef544ed3b03.tar.gz
inkscape-80960b623a99aae1402ab651b2974ef544ed3b03.zip
merged with trunk so I can build again...
(bzr r10092.1.36)
Diffstat (limited to 'src/undo-stack-observer.h')
-rw-r--r--src/undo-stack-observer.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/undo-stack-observer.h b/src/undo-stack-observer.h
index 5bf405f7f..f4d67e841 100644
--- a/src/undo-stack-observer.h
+++ b/src/undo-stack-observer.h
@@ -1,8 +1,4 @@
-/**
- * Undo stack observer interface
- *
- * Observes undo, redo, and undo log commit events.
- *
+/*
* Authors:
* David Yip <yipdw@rose-hulman.edu>
*
@@ -11,8 +7,8 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#ifndef __UNDO_COMMIT_OBSERVER_H__
-#define __UNDO_COMMIT_OBSERVER_H__
+#ifndef SEEN_UNDO_COMMIT_OBSERVER_H
+#define SEEN_UNDO_COMMIT_OBSERVER_H
#include "gc-managed.h"
@@ -74,4 +70,4 @@ public:
}
-#endif
+#endif // SEEN_UNDO_COMMIT_OBSERVER_H