diff options
Diffstat (limited to 'include/m_srmm_int.h')
-rw-r--r-- | include/m_srmm_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 9e3b8e0c7a..dc1d2303fd 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -256,7 +256,7 @@ public: virtual void AddLog();
virtual void CloseTab() {}
virtual void DrawNickList(USERINFO *ui, DRAWITEMSTRUCT *dis) PURE;
- virtual void EventAdded(MEVENT, const DBEVENTINFO &dbei) PURE;
+ virtual void EventAdded(MEVENT, const DB::EventInfo &dbei) PURE;
virtual bool GetFirstEvent() PURE;
virtual bool IsActive() const PURE;
virtual void LoadSettings() PURE;
|