diff --git a/include/Swiften/Elements/StatsPayload.cpp b/include/Swiften/Elements/StatsPayload.cpp new file mode 100644 index 0000000000000000000000000000000000000000..e3718721072d266c2e3d0b3ddf1121be09ea9753 --- /dev/null +++ b/include/Swiften/Elements/StatsPayload.cpp @@ -0,0 +1,14 @@ +/* + * Copyright (c) 2011 Jan Kaluza + * Licensed under the Simplified BSD license. + * See Documentation/Licenses/BSD-simplified.txt for more information. + */ + +#include + +namespace Swift { + +StatsPayload::StatsPayload() { +} + +}