From cd5ff302d1b03edb6fe81254c585e0e88c8e71ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 17 Jul 2022 02:30:34 +0200 Subject: Name function arguments in headers. This is obviously a lot less obtuse. --- c/datalistview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/datalistview.h') diff --git a/c/datalistview.h b/c/datalistview.h index de1bd81..4ff61fd 100644 --- a/c/datalistview.h +++ b/c/datalistview.h @@ -8,8 +8,8 @@ struct DataListView : public ListView { - DataListView(HWND); - void ShowEpisode(int); + DataListView(HWND hWndParent); + void ShowEpisode(int iEpisode); }; #endif -- cgit v1.2.3