summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/ChatHTMLBuilder.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-12-15 16:34:37 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-12-15 16:34:37 +0000
commit54ecbb3cf0ddb2576292d0b1714f56cd765ea292 (patch)
treec2646e421846bb51094ba52735bebe65dd32f02e /plugins/IEView/src/ChatHTMLBuilder.h
parente16d8a339254b1e55bfffeb8e88bbf5990686dcf (diff)
IEView: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/ChatHTMLBuilder.h')
-rw-r--r--plugins/IEView/src/ChatHTMLBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/ChatHTMLBuilder.h b/plugins/IEView/src/ChatHTMLBuilder.h
index 94f02bf77f..445912251b 100644
--- a/plugins/IEView/src/ChatHTMLBuilder.h
+++ b/plugins/IEView/src/ChatHTMLBuilder.h
@@ -25,7 +25,7 @@ class ChatHTMLBuilder;
#include "HTMLBuilder.h"
-class ChatHTMLBuilder:public HTMLBuilder
+class ChatHTMLBuilder :public HTMLBuilder
{
protected:
void loadMsgDlgFont(int i, LOGFONTA * lf, COLORREF * colour);