mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-16 11:35:25 +01:00
WGL: Make class member private
This commit is contained in:
parent
df2f6089be
commit
11a7defdba
@ -21,5 +21,6 @@ public:
|
||||
void Update() override;
|
||||
bool PeekMessages() override;
|
||||
|
||||
HWND m_window_handle;
|
||||
private:
|
||||
HWND m_window_handle = nullptr;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user