diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-17 17:49:43 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-17 17:49:43 +0200 |
commit | bb22bc506676fd268ded3b3d6c7b7acea5dc2db9 (patch) | |
tree | f3df0eca434f86ddc70aab0410a5a4bcd4559b2a /c/episodelistview.h | |
parent | cd5ff302d1b03edb6fe81254c585e0e88c8e71ee (diff) | |
download | EpisodeBrowser-bb22bc506676fd268ded3b3d6c7b7acea5dc2db9.tar.gz |
Update type names and variable prefixes.
Diffstat (limited to 'c/episodelistview.h')
-rw-r--r-- | c/episodelistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c/episodelistview.h b/c/episodelistview.h index 45146e6..960f5a5 100644 --- a/c/episodelistview.h +++ b/c/episodelistview.h @@ -24,7 +24,7 @@ struct EpisodeListView : public ListView void SelectUnwatched(int iDir); void ShowFocus(void); void Update(void); - void UpdateItem(LPLVITEM lpLvi); + void UpdateItem(const LVITEM* pLvi); LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) override; private: int m_iSort; |