diff options
Diffstat (limited to 'mail.h')
-rw-r--r-- | mail.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,7 +82,7 @@ class cMailDelTimerNotification public: string formatted; - cMailDelTimerNotification(cTimer* t, const cEvent* pEvent, const string& templ); + cMailDelTimerNotification(const cTimer* t, const cEvent* pEvent, const string& templ); cMailDelTimerNotification(const string& Formatted, tChannelID ChannelID, time_t Start); bool operator< (const cMailDelTimerNotification &N) const; string Format(const string& templ) const { return formatted; } @@ -110,7 +110,7 @@ class cMailUpdateNotifier : public cMailNotifier cMailUpdateNotifier(); void AddNewTimerNotification(tEventID EventID, tChannelID ChannelID); void AddModTimerNotification(tEventID EventID, tChannelID ChannelID, uint timerMod = tmNoChange); - void AddRemoveTimerNotification(cTimer* t, const cEvent* e = NULL); + void AddRemoveTimerNotification(const cTimer* t, const cEvent* e = NULL); void AddRemoveTimerNotification(const string& Formatted, tChannelID ChannelID, time_t Start); void AddAnnounceEventNotification(tEventID EventID, tChannelID ChannelID, int SearchExtID); void SendUpdateNotifications(); |