mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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