mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 20:14:57 +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;
|
||||
bool PeekMessages() override;
|
||||
|
||||
HWND m_window_handle;
|
||||
private:
|
||||
HWND m_window_handle = nullptr;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue