summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat/chat.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-08-11 14:08:24 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-08-11 14:08:24 +0000
commitd6738c3c5796bd7f0def65eb7b3236bbf6d8373e (patch)
treecb5c871bf3f92453441a1e708f37ed6a0907c0ab /plugins/TabSRMM/src/chat/chat.h
parent5f4dfea172962d33442546739976edf7023a1a7c (diff)
trap #2 for a crash
git-svn-id: http://svn.miranda-ng.org/main/trunk@5652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat/chat.h')
-rw-r--r--plugins/TabSRMM/src/chat/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/chat.h b/plugins/TabSRMM/src/chat/chat.h
index f64b71728c..38ca3e9bd9 100644
--- a/plugins/TabSRMM/src/chat/chat.h
+++ b/plugins/TabSRMM/src/chat/chat.h
@@ -154,7 +154,7 @@ struct STATUSINFO
{
TCHAR *pszGroup;
HICON hIcon;
- WORD Status;
+ DWORD Status;
STATUSINFO *next;
};