diff options
Diffstat (limited to 'src/emu/ui/sndmenu.h')
-rw-r--r-- | src/emu/ui/sndmenu.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/ui/sndmenu.h b/src/emu/ui/sndmenu.h index 19112ad848f..8b13b38ea88 100644 --- a/src/emu/ui/sndmenu.h +++ b/src/emu/ui/sndmenu.h @@ -2,16 +2,16 @@ // copyright-holders:Dankan1890 /*************************************************************************** - mewui/sndmenu.h + ui/sndmenu.h - Internal MEWUI user interface. + Internal UI user interface. ***************************************************************************/ #pragma once -#ifndef __MEWUI_SNDMENU_H__ -#define __MEWUI_SNDMENU_H__ +#ifndef __UI_SNDMENU_H__ +#define __UI_SNDMENU_H__ //------------------------------------------------- // class sound options menu @@ -39,4 +39,4 @@ private: bool m_samples, m_sound; }; -#endif /* __MEWUI_SNDMENU_H__ */ +#endif /* __UI_SNDMENU_H__ */ |