diff options
Diffstat (limited to 'plugins/IEView/src/HistoryHTMLBuilder.h')
-rw-r--r-- | plugins/IEView/src/HistoryHTMLBuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/HistoryHTMLBuilder.h b/plugins/IEView/src/HistoryHTMLBuilder.h index f5023d7884..83b3f0e4b7 100644 --- a/plugins/IEView/src/HistoryHTMLBuilder.h +++ b/plugins/IEView/src/HistoryHTMLBuilder.h @@ -30,7 +30,7 @@ class HistoryHTMLBuilder :public TemplateHTMLBuilder protected:
void loadMsgDlgFont(const char *, LOGFONTA *lf, COLORREF *colour, COLORREF *bkgColour);
char *timestampToString(time_t check);
- bool isDbEventShown(DBEVENTINFO *dbei);
+ bool isDbEventShown(const DB::EventInfo &dbei);
void appendEventNonTemplate(IEView *, IEVIEWEVENT *event);
const char *getTemplateFilename(ProtocolSettings *);
int getFlags(ProtocolSettings *);
|