diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-16 18:27:21 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-16 18:27:21 +0200 |
commit | 54570cbc0d6e4798ad47a9db2e726372cfc13297 (patch) | |
tree | 2e178a43da331af8881fd2f2ee7709f09f346271 /c/listview.h | |
parent | bd812f7d928aa64f837e2fbd23e372ab65d03d87 (diff) | |
download | EpisodeBrowser-54570cbc0d6e4798ad47a9db2e726372cfc13297.tar.gz |
Formatting.
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 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: |