diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_database.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_database.h b/include/m_database.h index e29b04fa2e..75c34d2dbb 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -693,9 +693,10 @@ namespace DB public:
explicit EventInfo();
explicit EventInfo(MEVENT hEvent, bool bFetchBlob = true);
+ EventInfo& operator=(MEVENT hEvent);
~EventInfo();
- bool fetch(MEVENT hEvent, bool bFetchBlob = true);
+ bool fetch(bool bFetchBlob = true);
void unload();
void wipeNotify();
|
