diff --git a/source/Window/Window.cpp b/source/Window/Window.cpp index 6efe7b7..96d4e96 100644 --- a/source/Window/Window.cpp +++ b/source/Window/Window.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #include #include @@ -21,7 +22,7 @@ Window::Window() m_fmode = WINDOWED; m_context = GLContext::create(); - m_impl = PlatformWindow::make(this); + m_impl = PlatformApplication::get()->createWindow(this); } Window::~Window()