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 008f995..b0e49ee 100644 --- a/c/listview.h +++ b/c/listview.h @@ -17,7 +17,7 @@ struct ListView * by default). */ virtual void ResizeColumns(int w); /* Enable/disable "modern" theme. */ - virtual void UpdateTheme(BOOL bThemeActive); + virtual void UpdateTheme(bool bThemeActive); virtual LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); protected: WNDPROC m_proc0; |