Fix defines on pages.hpp to not collide with pages.h

This commit is contained in:
Dees_Troy
2012-12-18 21:29:33 +00:00
parent 2204203a94
commit e4a88113ab
+3 -4
View File
@@ -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