summaryrefslogtreecommitdiffstats
blob: f3e3d69e4e9a8f518a47742d48070423ff4be917 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2017 Tarun Gupta
 * Licensed under the simplified BSD license.
 * See Documentation/Licenses/BSD-simplified.txt for more information.
 */

#include <Swiften/MIX/MIX.h>

namespace Swift {

MIX::~MIX() {
}

}