diff options
| author | Dr. Dystopia <jonis9898@hotmail.com> | 2025-04-20 17:53:40 +0200 |
|---|---|---|
| committer | Dr. Dystopia <jonis9898@hotmail.com> | 2025-06-04 21:30:59 +0200 |
| commit | 23af1e025b948f74fa9a170ba714dfb09f34a0a2 (patch) | |
| tree | 9f89be55415475e81149ae55681bc13db2110cfc /Source/Core/DolphinNoGUI | |
| parent | 135b6840e57424d56424f1704235c4ee919e20f5 (diff) | |
DolphinNoGUI: Make function static
Diffstat (limited to 'Source/Core/DolphinNoGUI')
| -rw-r--r-- | Source/Core/DolphinNoGUI/PlatformWin32.cpp | 2 |
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(); |
