From 0043f79996b6bf582194fd45d42d86ca2816292f Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 14 Jun 2013 18:26:29 +0000 Subject: Skype: - fixed chat creating/removing - fixed chat inviting - fixed #367 git-svn-id: http://svn.miranda-ng.org/main/trunk@4945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/string_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Skype/src/string_list.h') diff --git a/protocols/Skype/src/string_list.h b/protocols/Skype/src/string_list.h index 60921746b5..7cf3b0aee7 100644 --- a/protocols/Skype/src/string_list.h +++ b/protocols/Skype/src/string_list.h @@ -27,7 +27,7 @@ public: ::mir_free(data); } } - virtual ~StringList() {} + virtual ~StringList() { } __inline const wchar_t *operator[](size_t idx) const { -- cgit v1.2.3