summaryrefslogtreecommitdiff
path: root/plugins/Sessions/Src/Sessions.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-12-12 17:53:50 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-12-12 17:53:50 +0000
commit58b2bcb0e39fde6c46b1b41c2eefdb6f505ffb17 (patch)
treed793aa3ecedce5cca124e66188ec44d607a46c79 /plugins/Sessions/Src/Sessions.h
parentf4ea6188b62a2575f63a841fbc0aa8ccd52a0b2d (diff)
Sessions: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11352 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Sessions/Src/Sessions.h')
-rw-r--r--plugins/Sessions/Src/Sessions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Sessions/Src/Sessions.h b/plugins/Sessions/Src/Sessions.h
index abc6a27bf2..46649fce28 100644
--- a/plugins/Sessions/Src/Sessions.h
+++ b/plugins/Sessions/Src/Sessions.h
@@ -65,7 +65,7 @@ extern HINSTANCE g_hInst;
extern MCONTACT session_list_recovered[255];
extern MCONTACT session_list[255];
extern int g_ses_limit;
-extern int g_ses_count;
+extern size_t g_ses_count;
extern bool g_bExclHidden;
extern bool g_bWarnOnHidden;
extern bool g_bOtherWarnings;