diff options
Diffstat (limited to 'c/listview.h')
-rw-r--r-- | c/listview.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |