commit | e4a88113ab73f78d6f694603ed16e035f80eccf3 | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Tue Dec 18 21:29:33 2012 +0000 |
committer | Dees_Troy <dees_troy@teamw.in> | Tue Dec 18 21:29:33 2012 +0000 |
tree | 9d10b026c118396df1c834c6ad73571ac799d0dc | |
parent | 2204203a949234ceb652b1236c89837405d8fe5f [diff] [blame] |
Fix defines on pages.hpp to not collide with pages.h
diff --git a/gui/pages.hpp b/gui/pages.hpp index a55211c..2c71735 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 @@ static PageSet* mBaseSet; }; -#endif // _PAGES_HEADER - +#endif // _PAGES_HEADER_HPP