From e4f25e2f1f5ecad84a8900b056be90d0c2ccf559 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 15 Mar 2023 12:17:54 +0300 Subject: HM_DBEVENTADDED message replaced with CMsgDialog::EventAdded method --- include/m_srmm_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 876c31dbaf..2ba5f5cc00 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -248,6 +248,7 @@ public: virtual void AddLog(); virtual void CloseTab() {} + virtual void EventAdded(MEVENT, const DBEVENTINFO &dbei) PURE; virtual bool GetFirstEvent() PURE; virtual bool IsActive() const PURE; virtual void LoadSettings() PURE; -- cgit v1.2.3