diff options
Diffstat (limited to 'IEView/HistoryHTMLBuilder.h')
-rw-r--r-- | IEView/HistoryHTMLBuilder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IEView/HistoryHTMLBuilder.h b/IEView/HistoryHTMLBuilder.h index 667e0a9..d5806e4 100644 --- a/IEView/HistoryHTMLBuilder.h +++ b/IEView/HistoryHTMLBuilder.h @@ -28,7 +28,7 @@ class HistoryHTMLBuilder; class HistoryHTMLBuilder:public TemplateHTMLBuilder
{
protected:
- void loadMsgDlgFont(const char *, LOGFONTA * lf, COLORREF * colour, COLORREF * bkgColour);
+ void loadMsgDlgFont(const char *, LOGFONTA * lf, COLORREF * colour, COLORREF * bkgColour);
char *timestampToString(DWORD dwFlags, time_t check);
DWORD startedTime;
bool isDbEventShown(DBEVENTINFO * dbei);
@@ -37,7 +37,7 @@ protected: const char *getTemplateFilenameRtl(ProtocolSettings *);
int getFlags(ProtocolSettings *);
public:
- HistoryHTMLBuilder();
+ HistoryHTMLBuilder();
void buildHead(IEView *, IEVIEWEVENT *event);
void appendEvent(IEView *, IEVIEWEVENT *event);
};
|