summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI
diff options
context:
space:
mode:
authorDr. Dystopia <jonis9898@hotmail.com>2025-04-20 17:53:40 +0200
committerDr. Dystopia <jonis9898@hotmail.com>2025-06-04 21:30:59 +0200
commit23af1e025b948f74fa9a170ba714dfb09f34a0a2 (patch)
tree9f89be55415475e81149ae55681bc13db2110cfc /Source/Core/DolphinNoGUI
parent135b6840e57424d56424f1704235c4ee919e20f5 (diff)
DolphinNoGUI: Make function static
Diffstat (limited to 'Source/Core/DolphinNoGUI')
-rw-r--r--Source/Core/DolphinNoGUI/PlatformWin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinNoGUI/PlatformWin32.cpp b/Source/Core/DolphinNoGUI/PlatformWin32.cpp
index a6a0392fa2..01575ecca5 100644
--- a/Source/Core/DolphinNoGUI/PlatformWin32.cpp
+++ b/Source/Core/DolphinNoGUI/PlatformWin32.cpp
@@ -33,7 +33,7 @@ private:
static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
- bool RegisterRenderWindowClass();
+ static bool RegisterRenderWindowClass();
bool CreateRenderWindow();
void UpdateWindowPosition();
void ProcessEvents();