From 3ad2582c4a4a6378f294f9256ecbcbdf0ae88e3a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 3 May 2018 16:02:14 +0200 Subject: mir_forkThread - stronger typizatioin for thread function parameter --- plugins/BasicHistory/src/HistoryWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/BasicHistory/src/HistoryWindow.h') diff --git a/plugins/BasicHistory/src/HistoryWindow.h b/plugins/BasicHistory/src/HistoryWindow.h index d21403f421..8b19d2f439 100644 --- a/plugins/BasicHistory/src/HistoryWindow.h +++ b/plugins/BasicHistory/src/HistoryWindow.h @@ -29,7 +29,7 @@ private: static INT_PTR CALLBACK DlgProcHistory(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); static LRESULT CALLBACK SplitterSubclassProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); static int HistoryDlgResizer(HWND, LPARAM, UTILRESIZECONTROL *urc); - static void FillHistoryThread(void* param); + static void FillHistoryThread(HistoryWindow *hInfo); static void Close(HistoryWindow* historyWindow); static void ChangeToFreeWindow(HistoryWindow* historyWindow); void ReplaceIcons(HWND hwndDlg, int selStart, BOOL isSent); -- cgit v1.2.3