summaryrefslogtreecommitdiff
path: root/plugins/TrafficCounter/src/commonheaders.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-12-10 22:07:11 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-12-10 22:07:11 +0000
commitaa5ad4e9e5f881747ab2fae38b0da05560085f13 (patch)
tree864b542d6627b2ce07f00ad666982085ebe3b7ca /plugins/TrafficCounter/src/commonheaders.h
parentd2528d31bac20ff2f7f41355cd398d929d83136a (diff)
x64 warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@2716 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TrafficCounter/src/commonheaders.h')
-rw-r--r--plugins/TrafficCounter/src/commonheaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TrafficCounter/src/commonheaders.h b/plugins/TrafficCounter/src/commonheaders.h
index dee13d20c7..da55111532 100644
--- a/plugins/TrafficCounter/src/commonheaders.h
+++ b/plugins/TrafficCounter/src/commonheaders.h
@@ -149,7 +149,7 @@ union
PROTOLIST *ProtoList; // Данные обо всех аккаунтах.
PROTOLIST OverallInfo; // Суммарные данные по видимым аккаунтам.
-BYTE NumberOfAccounts;
+int NumberOfAccounts;
WORD Stat_SelAcc; // Выбранные аккаунты в окне статистики
HWND TrafficHwnd;
DWORD mirandaVer;