From 84c3dd3587e219caa80adc2070f0e9fe004c27bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= <john@ankarstrom.se> Date: Sat, 16 Jul 2022 01:00:20 +0200 Subject: Add m_hWndParent to ListView. This avoids g_hWnd. --- c/episodelistview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/episodelistview.h') diff --git a/c/episodelistview.h b/c/episodelistview.h index 8befc14..141bf84 100644 --- a/c/episodelistview.h +++ b/c/episodelistview.h @@ -8,7 +8,7 @@ struct EpisodeListView : public ListView { - EpisodeListView(void); + EpisodeListView(HWND); void DoSort(void); void EnsureFocusVisible(void); LRESULT HandleNotify(LPARAM); -- cgit v1.2.3