diff options
Diffstat (limited to 'include/m_database.h')
-rw-r--r-- | include/m_database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_database.h b/include/m_database.h index 7362c7ead9..5d2d4ccab8 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -690,6 +690,7 @@ namespace DB bool fetch(MEVENT hEvent, bool bFetchBlob = true);
void unload();
+ void wipeNotify(MEVENT hEvent);
__forceinline operator bool() const { return bValid; }
|