aboutsummaryrefslogtreecommitdiff
path: root/c/listview.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/listview.h')
-rw-r--r--c/listview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/listview.h b/c/listview.h
index cf5dc26..e7cd68b 100644
--- a/c/listview.h
+++ b/c/listview.h
@@ -7,7 +7,7 @@ struct ListView
{
ListView(HWND, HMENU, DWORD);
int Height(int = -1);
- HWND HWnd(void) const;
+ HWND Handle(void) const;
virtual void UpdateTheme(BOOL);
virtual LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
protected: