diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-04 16:00:18 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-04 16:00:18 +0000 |
commit | f3b0cce816e602fbafb0fc018a3c13a8fb51b1b3 (patch) | |
tree | ea68f59441794ff78796a391e66424cd65d1bed0 /protocols/SkypeWeb/src/skype_accounts.cpp | |
parent | 45d405f85cfb7929320c726a9272e5bec8eb97f9 (diff) |
SkypeWeb: Cleanup.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13425 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_accounts.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_accounts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_accounts.cpp b/protocols/SkypeWeb/src/skype_accounts.cpp index 16eefcad3a..c3a04aaaef 100644 --- a/protocols/SkypeWeb/src/skype_accounts.cpp +++ b/protocols/SkypeWeb/src/skype_accounts.cpp @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "stdafx.h"
-LIST<CSkypeProto> CSkypeProto::Accounts(1, CSkypeProto::CompareAccounts);
+LIST<CSkypeProto> Accounts(1, CSkypeProto::CompareAccounts);
int CSkypeProto::CompareAccounts(const CSkypeProto *p1, const CSkypeProto *p2)
{
|