summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Serializer/XML/XMLElement.h')
-rw-r--r--Swiften/Serializer/XML/XMLElement.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Swiften/Serializer/XML/XMLElement.h b/Swiften/Serializer/XML/XMLElement.h
index 8447ab1..cac29f1 100644
--- a/Swiften/Serializer/XML/XMLElement.h
+++ b/Swiften/Serializer/XML/XMLElement.h
@@ -11,12 +11,14 @@
#include <map>
#include "Swiften/Base/String.h"
-#include "Swiften/Base/Shared.h"
+
#include "Swiften/Serializer/XML/XMLNode.h"
namespace Swift {
- class XMLElement : public XMLNode, public Shared<XMLElement> {
+ class XMLElement : public XMLNode {
public:
+ typedef boost::shared_ptr<XMLElement> ref;
+
XMLElement(const String& tag, const String& xmlns = "");
void setAttribute(const String& attribute, const String& value);