From 3c5d3ae10e5760494d531fe94be20ad6acb438fd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 20 May 2025 15:50:33 +0300 Subject: minor code speed up --- include/m_contacts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_contacts.h b/include/m_contacts.h index 44c88e2088..540b620a2c 100644 --- a/include/m_contacts.h +++ b/include/m_contacts.h @@ -82,7 +82,7 @@ namespace Contact MCONTACT hContact, // contact id or NULL for the global data const char *szProto = nullptr); // protocol for global data. if skipped, grabbed from hContact - MIR_APP_DLL(int) GetStatus(MCONTACT hContact); + MIR_APP_DLL(int) GetStatus(MCONTACT hContact, const char *szProto = nullptr); ///////////////////////////////////////////////////////////////////////////////////////// // if contact is a group chat -- cgit v1.2.3