summaryrefslogtreecommitdiff
path: root/IEView/HistoryHTMLBuilder.h
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-02-08 15:49:08 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-02-08 15:49:08 +0000
commit637559f4c7bcd3f9780b5e343b86cbad3b13d967 (patch)
treed553760204dd1f23354b16de6fbff10e5f9d14b9 /IEView/HistoryHTMLBuilder.h
parentf18e643d7c4ba4f2758525778d9318bdda784a1b (diff)
IEView:
code formating git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@270 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'IEView/HistoryHTMLBuilder.h')
-rw-r--r--IEView/HistoryHTMLBuilder.h4
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);
};