aboutsummaryrefslogtreecommitdiff
path: root/c/listview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c/listview.cpp')
-rw-r--r--c/listview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/listview.cpp b/c/listview.cpp
index 4a64398..3bec5ab 100644
--- a/c/listview.cpp
+++ b/c/listview.cpp
@@ -43,7 +43,7 @@ HWND ListView::Handle() const
return m_hWnd;
}
-void ListView::UpdateTheme(const BOOL bThemeActive)
+void ListView::UpdateTheme(const int bThemeActive)
{
DWORD dwStyle;
LPTSTR tszTheme;