From e4a88113ab73f78d6f694603ed16e035f80eccf3 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 18 Dec 2012 21:29:33 +0000 Subject: Fix defines on pages.hpp to not collide with pages.h --- gui/pages.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gui/pages.hpp') 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 -- cgit v1.2.3