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 84ad9d5..c812cd8 100644 --- a/c/listview.h +++ b/c/listview.h @@ -10,7 +10,7 @@ struct ListView ListView(HWND hWndParent, HMENU hMenu, DWORD dwStyle); bool FindNextItem(LVITEM* lvi, LPARAM lParam); - int Height(int bHeader = -1); + virtual int Height(int bHeader = -1); virtual void ResizeColumns(int w); virtual void UpdateTheme(BOOL bThemeActive); virtual LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); |