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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/listview.cpp') diff --git a/c/listview.cpp b/c/listview.cpp index 0f4cbc1..27529e0 100644 --- a/c/listview.cpp +++ b/c/listview.cpp @@ -40,7 +40,7 @@ int ListView::Height(int bHeader) return iCount? Dpi(bHeader? 27: 4)+iCount*Dpi(19): 0; } -HWND ListView::HWnd() const +HWND ListView::Handle() const { return m_hWnd; } -- cgit v1.2.3