summaryrefslogtreecommitdiffstats
blob: 88cb0ee30c3f32d8f925b32416ae93dfe0f79a46 (plain)
1
2
3
4
5
6
7
8
#include "Swiften/Notifier/Notifier.h"

namespace Swift {

Notifier::~Notifier() {
}

}