diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-15 16:34:37 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-15 16:34:37 +0000 |
commit | 54ecbb3cf0ddb2576292d0b1714f56cd765ea292 (patch) | |
tree | c2646e421846bb51094ba52735bebe65dd32f02e /plugins/IEView/src/Template.h | |
parent | e16d8a339254b1e55bfffeb8e88bbf5990686dcf (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/Template.h')
-rw-r--r-- | plugins/IEView/src/Template.h | 4 |
1 files changed, 2 insertions, 2 deletions
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();
|