diff options
Diffstat (limited to 'engines/avalanche/visa2.h')
-rw-r--r-- | engines/avalanche/visa2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/visa2.h b/engines/avalanche/visa2.h index c3aa3f6255..37cb177fbe 100644 --- a/engines/avalanche/visa2.h +++ b/engines/avalanche/visa2.h @@ -27,8 +27,8 @@ /* VISA The new Sez handler. (Replaces Access.) */ -#ifndef VISA2_H -#define VISA2_H +#ifndef AVALANCHE_VISA2_H +#define AVALANCHE_VISA2_H #include "common/scummsys.h" @@ -60,4 +60,4 @@ private: } // End of namespace Avalanche. -#endif // VISA2_H +#endif // AVALANCHE_VISA2_H |