summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/win/debugwininfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/win/debugwininfo.h')
-rw-r--r--src/osd/modules/debugger/win/debugwininfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/win/debugwininfo.h b/src/osd/modules/debugger/win/debugwininfo.h
index 899fd4b755d..1fa5e79796f 100644
--- a/src/osd/modules/debugger/win/debugwininfo.h
+++ b/src/osd/modules/debugger/win/debugwininfo.h
@@ -15,6 +15,8 @@
#include "debugbaseinfo.h"
+namespace osd::debugger::win {
+
class debugwin_info : protected debugbase_info
{
public:
@@ -159,4 +161,6 @@ private:
static bool s_window_class_registered;
};
+} // namespace osd::debugger::win
+
#endif // MAME_DEBUGGER_WIN_DEBUGWININFO_H