More style.
This commit is contained in:
@@ -54,7 +54,7 @@ class Win32Window : public Window {
|
||||
void OnDestroy() override;
|
||||
void OnClose() override;
|
||||
|
||||
void OnResize(UIEvent& e) override;
|
||||
void OnResize(UIEvent* e) override;
|
||||
|
||||
static LRESULT CALLBACK WndProcThunk(HWND hWnd, UINT message, WPARAM wParam,
|
||||
LPARAM lParam);
|
||||
|
||||
Reference in New Issue
Block a user