summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Src/MainNoGUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DolphinWX/Src/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinWX/Src/MainNoGUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Src/MainNoGUI.cpp b/Source/Core/DolphinWX/Src/MainNoGUI.cpp
index 5b5a0a2503..798f6027f7 100644
--- a/Source/Core/DolphinWX/Src/MainNoGUI.cpp
+++ b/Source/Core/DolphinWX/Src/MainNoGUI.cpp
@@ -88,7 +88,7 @@ void Host_GetRenderWindowSize(int& x, int& y, int& width, int& height)
height = SConfig::GetInstance().m_LocalCoreStartupParameter.iRenderWindowHeight;
}
-void Host_RequestRenderWindowSize(int& width, int& height) {}
+void Host_RequestRenderWindowSize(int width, int height) {}
bool Host_RendererHasFocus()
{