summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/schema/qxsdelement_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/schema/qxsdelement_p.h')
-rw-r--r--src/xmlpatterns/schema/qxsdelement_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/schema/qxsdelement_p.h b/src/xmlpatterns/schema/qxsdelement_p.h
index 3b9dd88f2d..69fa76986c 100644
--- a/src/xmlpatterns/schema/qxsdelement_p.h
+++ b/src/xmlpatterns/schema/qxsdelement_p.h
@@ -382,7 +382,7 @@ namespace QPatternist
XsdElement::WeakList substitutionGroups() const;
private:
- SchemaType::Ptr m_type;
+ SchemaType *m_type;
Scope::Ptr m_scope;
ValueConstraint::Ptr m_valueConstraint;
TypeTable::Ptr m_typeTable;