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 83b3f0e4b7..59c624dc49 100644 --- a/plugins/IEView/src/HistoryHTMLBuilder.h +++ b/plugins/IEView/src/HistoryHTMLBuilder.h @@ -32,7 +32,7 @@ protected: char *timestampToString(time_t check);
bool isDbEventShown(const DB::EventInfo &dbei);
void appendEventNonTemplate(IEView *, IEVIEWEVENT *event);
- const char *getTemplateFilename(ProtocolSettings *);
+ const wchar_t *getTemplateFilename(ProtocolSettings *);
int getFlags(ProtocolSettings *);
public:
|