diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-02-08 15:49:08 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-02-08 15:49:08 +0000 |
commit | 637559f4c7bcd3f9780b5e343b86cbad3b13d967 (patch) | |
tree | d553760204dd1f23354b16de6fbff10e5f9d14b9 /IEView/ChatHTMLBuilder.h | |
parent | f18e643d7c4ba4f2758525778d9318bdda784a1b (diff) |
IEView:
code formating
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@270 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'IEView/ChatHTMLBuilder.h')
-rw-r--r-- | IEView/ChatHTMLBuilder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IEView/ChatHTMLBuilder.h b/IEView/ChatHTMLBuilder.h index 99b9a65..94f02bf 100644 --- a/IEView/ChatHTMLBuilder.h +++ b/IEView/ChatHTMLBuilder.h @@ -28,12 +28,12 @@ class ChatHTMLBuilder; class ChatHTMLBuilder:public HTMLBuilder
{
protected:
- void loadMsgDlgFont(int i, LOGFONTA * lf, COLORREF * colour);
+ void loadMsgDlgFont(int i, LOGFONTA * lf, COLORREF * colour);
char *timestampToString(time_t time);
void appendEventNonTemplate(IEView *, IEVIEWEVENT *event);
bool isDbEventShown(DBEVENTINFO * dbei);
public:
- ChatHTMLBuilder();
+ ChatHTMLBuilder();
void buildHead(IEView *, IEVIEWEVENT *event);
void appendEvent(IEView *, IEVIEWEVENT *event);
};
|