mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
WGL: Make class member private
This commit is contained in:
@ -21,5 +21,6 @@ public:
|
||||
void Update() override;
|
||||
bool PeekMessages() override;
|
||||
|
||||
HWND m_window_handle;
|
||||
private:
|
||||
HWND m_window_handle = nullptr;
|
||||
};
|
||||
|
Reference in New Issue
Block a user