From 500dd4848842f6d4207584417448586d060fbd6a Mon Sep 17 00:00:00 2001 From: George Hazan <ghazan@miranda.im> Date: Sun, 31 Jul 2022 18:07:27 +0300 Subject: Contact: group of functions gathered into the personal namespace --- plugins/CmdLine/src/utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/CmdLine/src') diff --git a/plugins/CmdLine/src/utils.cpp b/plugins/CmdLine/src/utils.cpp index 88952e7ed2..7c13576b0f 100644 --- a/plugins/CmdLine/src/utils.cpp +++ b/plugins/CmdLine/src/utils.cpp @@ -137,7 +137,7 @@ int GetStringFromDatabase(char *szSettingName, wchar_t *szError, wchar_t *szResu #pragma warning (disable: 4312) wchar_t* GetContactName(MCONTACT hContact, char *szProto) { - return Contact_GetInfo(CNF_DISPLAY, hContact, szProto); + return Contact::GetInfo(CNF_DISPLAY, hContact, szProto); } void Proto_GetBaseAccountName(MCONTACT hContact, char *szProto, size_t size) @@ -147,7 +147,7 @@ void Proto_GetBaseAccountName(MCONTACT hContact, char *szProto, size_t size) wchar_t* GetContactID(MCONTACT hContact, char *szProto) { - return Contact_GetInfo(CNF_UNIQUEID, hContact, szProto); + return Contact::GetInfo(CNF_UNIQUEID, hContact, szProto); } MCONTACT GetContactFromID(wchar_t *szID, char *szProto) -- cgit v1.2.3