diff options
Diffstat (limited to 'libs/freeimage/src/MapIntrospector.h')
-rw-r--r-- | libs/freeimage/src/MapIntrospector.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/freeimage/src/MapIntrospector.h b/libs/freeimage/src/MapIntrospector.h index 091ba68b26..4c10c2cafa 100644 --- a/libs/freeimage/src/MapIntrospector.h +++ b/libs/freeimage/src/MapIntrospector.h @@ -19,8 +19,8 @@ // Use at your own risk! // ========================================================== -#ifndef MAPINTROSPECTOR_H_ -#define MAPINTROSPECTOR_H_ +#ifndef FREEIMAGE_MAPINTROSPECTOR_H_ +#define FREEIMAGE_MAPINTROSPECTOR_H_ // we need at least one C++ header included, // that defines the C++ Standard Library's version macro, @@ -209,4 +209,5 @@ public: #endif // Standard C++ Library -#endif // MAPINTROSPECTOR_H_ +#endif // FREEIMAGE_MAPINTROSPECTOR_H_ + |