summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gui/pages.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/gui/pages.hpp b/gui/pages.hpp
index a55211cb8..2c7173552 100644
--- a/gui/pages.hpp
+++ b/gui/pages.hpp
@@ -1,7 +1,7 @@
// pages.hpp - Base classes for page manager of GUI
-#ifndef _PAGES_HEADER
-#define _PAGES_HEADER
+#ifndef _PAGES_HEADER_HPP
+#define _PAGES_HEADER_HPP
typedef struct {
unsigned char red;
@@ -133,5 +133,4 @@ protected:
static PageSet* mBaseSet;
};
-#endif // _PAGES_HEADER
-
+#endif // _PAGES_HEADER_HPP