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

#include <Swiften/Base/RandomGenerator.h>

namespace Swift {

RandomGenerator::~RandomGenerator() = default;

}