diff options
Diffstat (limited to 'src/devices/sound/vgm_visualizer.h')
-rw-r--r-- | src/devices/sound/vgm_visualizer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/sound/vgm_visualizer.h b/src/devices/sound/vgm_visualizer.h index 9f88bd90b0d..f201b117461 100644 --- a/src/devices/sound/vgm_visualizer.h +++ b/src/devices/sound/vgm_visualizer.h @@ -10,8 +10,8 @@ ***************************************************************************/ -#ifndef MAME_SOUND_VGMVIZ_H -#define MAME_SOUND_VGMVIZ_H +#ifndef MAME_SOUND_VGM_VISUALIZER_H +#define MAME_SOUND_VGM_VISUALIZER_H #pragma once @@ -137,4 +137,4 @@ protected: static const bool NEEDS_FFT[VIZ_COUNT]; }; -#endif // MAME_SOUND_VGMVIZ_H +#endif // MAME_SOUND_VGM_VISUALIZER_H |