summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugwin.cpp
diff options
context:
space:
mode:
author Brad Hughes <bradhugh@outlook.com>2016-06-11 12:02:22 -0400
committer Brad Hughes <bradhugh@outlook.com>2016-06-11 12:02:22 -0400
commit1f8cf36ec98b4f3fe0df3d5ab227665cee62bf90 (patch)
tree6b0e9fd9342d3e19220a190fcbd840a0e712f3c6 /src/osd/modules/debugger/debugwin.cpp
parent6bea81d33a449f2892d1527f6acc1e6ae8057726 (diff)
Move window_list to osd_common_t
Diffstat (limited to 'src/osd/modules/debugger/debugwin.cpp')
-rw-r--r--src/osd/modules/debugger/debugwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/debugwin.cpp b/src/osd/modules/debugger/debugwin.cpp
index 9065f799f2e..418e24287ef 100644
--- a/src/osd/modules/debugger/debugwin.cpp
+++ b/src/osd/modules/debugger/debugwin.cpp
@@ -237,7 +237,7 @@ void debugger_windows::show_all()
void debugger_windows::hide_all()
{
- SetForegroundWindow(window_list.front()->platform_window<HWND>());
+ SetForegroundWindow(osd_common_t::s_window_list.front()->platform_window<HWND>());
for (debugwin_info &info : m_window_list)
info.hide();
}