From 4889027a05b899594bf895fe70b6281442beb57b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 11 Oct 2023 12:37:08 +0300 Subject: =?UTF-8?q?fixes=20#3730=20(YAMN:=20=D0=B5=D1=81=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=82=D0=B0=D0=BA=D1=82=D0=B0=20=D0=B2=20?= =?UTF-8?q?=D0=B1=D0=B0=D0=B7=D0=B5=20=D0=BD=D0=B5=D1=82,=20=D0=BF=D0=BB?= =?UTF-8?q?=D0=B0=D0=B3=D0=B8=D0=BD=20=D0=BD=D0=B0=D1=87=D0=B8=D0=BD=D0=B0?= =?UTF-8?q?=D0=B5=D1=82=20=D0=B3=D0=BB=D1=8E=D1=87=D0=B8=D1=82=D1=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/ExternalAPI/m_account.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_account.h b/plugins/ExternalAPI/m_account.h index c735fe083b..ebd730be07 100644 --- a/plugins/ExternalAPI/m_account.h +++ b/plugins/ExternalAPI/m_account.h @@ -232,7 +232,7 @@ struct SWriteGuard ///////////////////////////////////////////////////////////////////////////////////////// // CAccount - basic email account class -struct CAccount +struct CAccount : public MZeroedObject { #define YAMN_ACCOUNTFILEVERSION 2 //version of standard file format (YAMN book file format) @@ -327,6 +327,8 @@ struct CAccount BOOL isCounting; CAccount *Next; + + void RefreshContact(); }; #endif -- cgit v1.2.3