summaryrefslogtreecommitdiffstats
path: root/src/undo-stack-observer.h
diff options
context:
space:
mode:
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