From 84c3dd3587e219caa80adc2070f0e9fe004c27bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 16 Jul 2022 01:00:20 +0200 Subject: Add m_hWndParent to ListView. This avoids g_hWnd. --- c/datalistview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/datalistview.h') diff --git a/c/datalistview.h b/c/datalistview.h index 011f067..7dd0447 100644 --- a/c/datalistview.h +++ b/c/datalistview.h @@ -5,7 +5,7 @@ struct DataListView : public ListView { - DataListView(void); + DataListView(HWND); void ShowEpisode(int); }; -- cgit v1.2.3