summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-01-05 08:13:19 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-01-05 08:13:27 -0500
commitf26dce1da364e45b2c644a724e10680137ab325f (patch)
tree80ca5123f1728f479828d61560b7590a2e6be36d /src/osd/windows
parent7989b4ca46d339efc8fee611b306697d230e6012 (diff)
Attempt at fixing Windows build
Diffstat (limited to 'src/osd/windows')
-rw-r--r--src/osd/windows/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/window.cpp b/src/osd/windows/window.cpp
index e185d006c5e..8a431d33f5f 100644
--- a/src/osd/windows/window.cpp
+++ b/src/osd/windows/window.cpp
@@ -771,7 +771,7 @@ void win_window_info::create(running_machine &machine, int index, std::shared_pt
if (win->monitor() == monitor.get())
window->m_fullscreen_safe = FALSE;
- create_target();
+ window->create_target();
// remember the current values in case they change
window->m_targetview = window->target()->view();