summaryrefslogtreecommitdiff
path: root/include/m_database.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-04-28 13:57:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-04-28 13:57:11 +0300
commiteb40a21481eaae317e7a8638ab51e8e624a7d817 (patch)
tree2bfc6d3d4d08b71a08b3b6c5dbd669dc5d90d1b4 /include/m_database.h
parente4082ab57edbb790f721fed477532f93ff1986b8 (diff)
oops, virtual destructor forgotten
Diffstat (limited to 'include/m_database.h')
-rw-r--r--include/m_database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_database.h b/include/m_database.h
index 7c85348659..259e3a5699 100644
--- a/include/m_database.h
+++ b/include/m_database.h
@@ -710,6 +710,7 @@ protected:
DBEVENTINFO &dbei;
MCONTACT hContact;
+ virtual ~EventCursorBase();
virtual MEVENT FetchNext() = 0;
public: