diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-22 15:37:17 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-22 15:37:17 +0000 |
commit | 36818c9c84cce676b9ec6533807b7a33e03902a0 (patch) | |
tree | 3cfc8aaeff3dd1bb676041ce2da9bb94bf604496 /plugins/SecureIM/src/svcs_clist.cpp | |
parent | 3af23d2c1dab24cbf3a6f971016ca5092249f63d (diff) |
SecureIM: vc2015 compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14634 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM/src/svcs_clist.cpp')
-rw-r--r-- | plugins/SecureIM/src/svcs_clist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/svcs_clist.cpp b/plugins/SecureIM/src/svcs_clist.cpp index 5d1a565565..16ef2f9339 100644 --- a/plugins/SecureIM/src/svcs_clist.cpp +++ b/plugins/SecureIM/src/svcs_clist.cpp @@ -15,7 +15,7 @@ int __cdecl onContactSettingChanged(WPARAM hContact, LPARAM lParam) showPopupDC(hContact); // show popup "Disabled"
ShowStatusIconNotify(hContact); // change icon in CL
}
- else if (ptr->mode == MODE_RSAAES && exp->rsa_get_state(ptr->cntx) == 7) {
+ else if (ptr->mode == MODE_RSAAES && mir_exp->rsa_get_state(ptr->cntx) == 7) {
deleteRSAcntx(ptr);
showPopupDC(hContact); // show popup "Disabled"
ShowStatusIconNotify(hContact); // change icon in CL
|