From 1a4f30d78b1986f3f79558de725c8f34dae3ee75 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 30 Jul 2022 18:15:50 +0300 Subject: WhenWasIt: all dialogs -> UI classes --- plugins/WhenWasIt/src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/WhenWasIt/src/utils.h') diff --git a/plugins/WhenWasIt/src/utils.h b/plugins/WhenWasIt/src/utils.h index f5afc2c1c0..5b4d967f28 100644 --- a/plugins/WhenWasIt/src/utils.h +++ b/plugins/WhenWasIt/src/utils.h @@ -49,6 +49,6 @@ wchar_t* GetContactID(MCONTACT hContact, char *szProto); MCONTACT GetContactFromID(wchar_t *szID, char *szProto); MCONTACT GetContactFromID(wchar_t *szID, wchar_t *szProto); -void CreateToolTip(HWND target, wchar_t *tooltip, LPARAM width); +void CreateToolTip(HWND target, const wchar_t *tooltip, LPARAM width); #endif \ No newline at end of file -- cgit v1.2.3