From 74d0eac304a0ea26a7c28b26452f373b2dce0fea Mon Sep 17 00:00:00 2001 From: aunsane Date: Sat, 6 Oct 2018 01:05:46 +0300 Subject: NewStory: porting to ng (not complete) --- plugins/NewStory/src/templates.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NewStory/src/templates.h') diff --git a/plugins/NewStory/src/templates.h b/plugins/NewStory/src/templates.h index 93916bec29..2b703619f3 100644 --- a/plugins/NewStory/src/templates.h +++ b/plugins/NewStory/src/templates.h @@ -68,8 +68,8 @@ extern TemplateInfo templates[TPL_COUNT]; void LoadTemplates(); void SaveTemplates(); -TCHAR *TplFormatString(int tpl, HANDLE hContact, HistoryArray::ItemData *args); -TCHAR *TplFormatStringEx(int tpl, TCHAR *sztpl, HANDLE hContact, HistoryArray::ItemData *args); +TCHAR *TplFormatString(int tpl, MCONTACT hContact, HistoryArray::ItemData *args); +TCHAR *TplFormatStringEx(int tpl, TCHAR *sztpl, MCONTACT hContact, HistoryArray::ItemData *args); BOOL CALLBACK OptTemplatesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); -- cgit v1.2.3