summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Elements/Payload.h')
-rw-r--r--Swiften/Elements/Payload.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Elements/Payload.h b/Swiften/Elements/Payload.h
index 7d6789c..7cc00da 100644
--- a/Swiften/Elements/Payload.h
+++ b/Swiften/Elements/Payload.h
@@ -9,10 +9,10 @@
#include <boost/shared_ptr.hpp>
#include <Swiften/Base/API.h>
-#include <Swiften/Elements/ToplevelElement.h>
+#include <Swiften/Elements/Element.h>
namespace Swift {
- class SWIFTEN_API Payload : public ToplevelElement {
+ class SWIFTEN_API Payload : public Element {
public:
typedef boost::shared_ptr<Payload> ref;
public: