aboutsummaryrefslogtreecommitdiff
path: root/c/listview.cpp
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-16 18:27:21 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-16 18:27:21 +0200
commit54570cbc0d6e4798ad47a9db2e726372cfc13297 (patch)
tree2e178a43da331af8881fd2f2ee7709f09f346271 /c/listview.cpp
parentbd812f7d928aa64f837e2fbd23e372ab65d03d87 (diff)
downloadEpisodeBrowser-54570cbc0d6e4798ad47a9db2e726372cfc13297.tar.gz
Formatting.
Diffstat (limited to 'c/listview.cpp')
-rw-r--r--c/listview.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}