summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 d47936bd56..9df09c881e 100644
--- a/include/m_database.h
+++ b/include/m_database.h
@@ -688,6 +688,7 @@ namespace DB
~EventInfo();
bool fetch(MEVENT hEvent, bool bFetchBlob = true);
+ void unload();
__forceinline operator bool() const { return bValid; }