mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
WGL: Make class member private
This commit is contained in:
parent
df2f6089be
commit
11a7defdba
1 changed files with 2 additions and 1 deletions
|
@ -21,5 +21,6 @@ public:
|
||||||
void Update() override;
|
void Update() override;
|
||||||
bool PeekMessages() override;
|
bool PeekMessages() override;
|
||||||
|
|
||||||
HWND m_window_handle;
|
private:
|
||||||
|
HWND m_window_handle = nullptr;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue