summaryrefslogtreecommitdiff
path: root/plugins/WhenWasIt/src/utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-07-30 18:15:50 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-07-30 18:15:50 +0300
commit1a4f30d78b1986f3f79558de725c8f34dae3ee75 (patch)
tree5f945598e45365b42a9c1820f8949a72e2f0d6c7 /plugins/WhenWasIt/src/utils.h
parentf1c1e760bed3593799a48e0b2ca12b5cbed3ba47 (diff)
WhenWasIt: all dialogs -> UI classes
Diffstat (limited to 'plugins/WhenWasIt/src/utils.h')
-rw-r--r--plugins/WhenWasIt/src/utils.h2
1 files changed, 1 insertions, 1 deletions
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