From 8408d060b805d5c945ce519ff4e1f5f52b9b1038 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 12 May 2020 19:49:29 +0300 Subject: fix for import libraries --- include/m_database.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/m_database.h') diff --git a/include/m_database.h b/include/m_database.h index 972a1d2ece..03f99ee21e 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -710,15 +710,15 @@ protected: DBEVENTINFO &dbei; MCONTACT hContact; - virtual ~EventCursor(); - virtual MEVENT FetchNext() = 0; - public: EventCursor(MCONTACT _1, DBEVENTINFO &_2) : hContact(_1), dbei(_2) { } + virtual ~EventCursor(); + virtual MEVENT FetchNext() = 0; + __forceinline MEVENT begin() { return FetchNext(); } -- cgit v1.2.3