From 54ecbb3cf0ddb2576292d0b1714f56cd765ea292 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 15 Dec 2014 16:34:37 +0000 Subject: IEView: changed warning lavel to w4 git-svn-id: http://svn.miranda-ng.org/main/trunk@11438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/Template.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/IEView/src/Template.h') diff --git a/plugins/IEView/src/Template.h b/plugins/IEView/src/Template.h index a0a3c51dd7..4d1f0846cc 100644 --- a/plugins/IEView/src/Template.h +++ b/plugins/IEView/src/Template.h @@ -43,7 +43,7 @@ private: Token *next; public: enum TOKENS { - END = 0, + END = 0, BASE, PLAIN, TEXT, @@ -65,7 +65,7 @@ public: NICKOUT, FILEDESC, }; - Token(int, const char *, int ); + Token(int, const char *, int); ~Token(); int getType(); int getEscape(); -- cgit v1.2.3