diff options
| author | DrChat <arkolbed@gmail.com> | 2017-12-14 18:45:11 -0600 |
|---|---|---|
| committer | DrChat <arkolbed@gmail.com> | 2017-12-14 18:45:11 -0600 |
| commit | d896c1f3f0cc668581c3049e5c453f5f12877251 (patch) | |
| tree | 81fb9775cba7b91c014c67efaec3fe487944a439 | |
| parent | e9fc6921d2f598fb57bcd4e19a4d755e91402e4a (diff) | |
Fix travis linting.
| -rw-r--r-- | src/xenia/ui/window_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xenia/ui/window_win.cc b/src/xenia/ui/window_win.cc index ef1a20a2c..fb6f21a62 100644 --- a/src/xenia/ui/window_win.cc +++ b/src/xenia/ui/window_win.cc @@ -67,7 +67,7 @@ bool Win32Window::OnCreate() { wcex.cbWndExtra = 0; wcex.hInstance = hInstance; wcex.hIcon = LoadIcon(hInstance, L"MAINICON"); - wcex.hIconSm = NULL; // LoadIcon(hInstance, L"MAINICON"); + wcex.hIconSm = NULL; // LoadIcon(hInstance, L"MAINICON"); wcex.hCursor = LoadCursor(nullptr, IDC_ARROW); wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); wcex.lpszMenuName = nullptr; |
