diff options
Diffstat (limited to 'src/devices/sound/swp30d.h')
-rw-r--r-- | src/devices/sound/swp30d.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/sound/swp30d.h b/src/devices/sound/swp30d.h index d993f9f03f6..d6e13bb4c8d 100644 --- a/src/devices/sound/swp30d.h +++ b/src/devices/sound/swp30d.h @@ -7,8 +7,8 @@ // // Disassembler -#ifndef DEVICES_SOUND_SWP30D_H -#define DEVICES_SOUND_SWP30D_H +#ifndef MAME_SOUND_SWP30D_H +#define MAME_SOUND_SWP30D_H #pragma once @@ -36,4 +36,4 @@ private: static inline void append(std::string &r, const std::string &e); }; -#endif +#endif // MAME_SOUND_SWP30D_H |