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/Options.h | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'plugins/IEView/src/Options.h') diff --git a/plugins/IEView/src/Options.h b/plugins/IEView/src/Options.h index e6a2bec535..d0420cdc5f 100644 --- a/plugins/IEView/src/Options.h +++ b/plugins/IEView/src/Options.h @@ -193,8 +193,8 @@ public: class Options { private: - static int generalFlags; - static bool isInited; + static int generalFlags; + static bool isInited; static bool bSmileyAdd; static int avatarServiceFlags; static ProtocolSettings* protocolList; @@ -205,26 +205,26 @@ public: MODE_TEMPLATE = 2 }; enum OPTIONS { - GENERAL_ENABLE_BBCODES = 0x000001, - GENERAL_ENABLE_FLASH = 0x000004, - GENERAL_SMILEYINNAMES = 0x000010, - GENERAL_NO_BORDER = 0x000020, - GENERAL_ENABLE_EMBED = 0x000040, - - LOG_SHOW_NICKNAMES = 0x000100, - LOG_SHOW_TIME = 0x000200, - LOG_SHOW_DATE = 0x000400, - LOG_SHOW_SECONDS = 0x000800, - LOG_LONG_DATE = 0x001000, - LOG_RELATIVE_DATE = 0x002000, - LOG_GROUP_MESSAGES = 0x004000, - - LOG_IMAGE_ENABLED = 0x010000, - LOG_IMAGE_SCROLL = 0x020000 + GENERAL_ENABLE_BBCODES = 0x000001, + GENERAL_ENABLE_FLASH = 0x000004, + GENERAL_SMILEYINNAMES = 0x000010, + GENERAL_NO_BORDER = 0x000020, + GENERAL_ENABLE_EMBED = 0x000040, + + LOG_SHOW_NICKNAMES = 0x000100, + LOG_SHOW_TIME = 0x000200, + LOG_SHOW_DATE = 0x000400, + LOG_SHOW_SECONDS = 0x000800, + LOG_LONG_DATE = 0x001000, + LOG_RELATIVE_DATE = 0x002000, + LOG_GROUP_MESSAGES = 0x004000, + + LOG_IMAGE_ENABLED = 0x010000, + LOG_IMAGE_SCROLL = 0x020000 }; enum AVATARSERVICEFLAGS { - AVATARSERVICE_PRESENT = 0x0001, + AVATARSERVICE_PRESENT = 0x0001, }; static void setGeneralFlags(int flags); -- cgit v1.2.3