From 54570cbc0d6e4798ad47a9db2e726372cfc13297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 16 Jul 2022 18:27:21 +0200 Subject: Formatting. --- c/listview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/listview.h') 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: -- cgit v1.2.3