From bb22bc506676fd268ded3b3d6c7b7acea5dc2db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 17 Jul 2022 17:49:43 +0200 Subject: Update type names and variable prefixes. --- c/listview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/listview.h') diff --git a/c/listview.h b/c/listview.h index 08511d1..41b7613 100644 --- a/c/listview.h +++ b/c/listview.h @@ -8,7 +8,7 @@ struct ListView ListView(HWND hWndParent, HMENU hMenu, DWORD dwStyle); int Height(int bHeader = -1); HWND Handle(void) const; - virtual void UpdateTheme(int bThemeActive); + virtual void UpdateTheme(BOOL bThemeActive); virtual LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); protected: int m_bHeader = 1; -- cgit v1.2.3