summaryrefslogtreecommitdiffstats
blob: 89325bf322bcb5f7428d0f798d0dc50fa6600fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2010 Isode Limited.
 * All rights reserved.
 * See the COPYING file for more information.
 */

#include <Swiften/Avatars/AvatarStorage.h>

namespace Swift {

AvatarStorage::~AvatarStorage() {
}

}