From 665af5653391baa19bd678bc27d3157360edc6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 19 Jul 2022 15:35:20 +0200 Subject: Formatting. --- c/listview.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/listview.cpp') diff --git a/c/listview.cpp b/c/listview.cpp index 27dc7ac..8f5da65 100644 --- a/c/listview.cpp +++ b/c/listview.cpp @@ -19,8 +19,7 @@ ListView::ListView(const HWND hWndParent, const HMENU hMenu, const DWORD dwStyle TEXT(""), dwStyle|WS_CHILD|WS_VISIBLE|WS_VSCROLL|WS_TABSTOP|LVS_REPORT|LVS_SHOWSELALWAYS, 0, 0, 0, 0, - m_hWndParent, hMenu, GetModuleHandle(NULL), this - ); + m_hWndParent, hMenu, GetModuleHandle(NULL), this); if (!hWnd) throw Win32Error(GetLastError()); if (SetProp(hWnd, TEXT("this"), (HANDLE)this)) -- cgit v1.2.3