diff options
Diffstat (limited to 'engines/avalanche/dropdown2.h')
-rw-r--r-- | engines/avalanche/dropdown2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/dropdown2.h b/engines/avalanche/dropdown2.h index 4122d3fae4..95e258effb 100644 --- a/engines/avalanche/dropdown2.h +++ b/engines/avalanche/dropdown2.h @@ -27,8 +27,8 @@ /* DROPDOWN A customised version of Oopmenu (qv). */ -#ifndef DROPDOWN2_H -#define DROPDOWN2_H +#ifndef AVALANCHE_DROPDOWN2_H +#define AVALANCHE_DROPDOWN2_H #include "avalanche/color.h" @@ -164,4 +164,4 @@ private: } // End of namespace Avalanche. -#endif // DROPDOWN2_H +#endif // AVALANCHE_DROPDOWN2_H |