diff options
Diffstat (limited to 'c/listview.cpp')
-rw-r--r-- | c/listview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c/listview.cpp b/c/listview.cpp index 319433a..72c2c60 100644 --- a/c/listview.cpp +++ b/c/listview.cpp @@ -38,6 +38,8 @@ int ListView::Height(int bHeader) return iCount? Dpi(bHeader? 27: 4)+iCount*Dpi(19): 0; } +void ListView::ResizeColumns(RECT&) {} + void ListView::UpdateTheme(const BOOL bThemeActive) { DWORD dwStyle; |