summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/string_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Skype/src/string_list.h')
-rw-r--r--protocols/Skype/src/string_list.h2
1 files changed, 1 insertions, 1 deletions
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
{