summaryrefslogtreecommitdiffstats
path: root/src/uri-references.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri-references.cpp')
-rw-r--r--src/uri-references.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri-references.cpp b/src/uri-references.cpp
index 8e14c9336..c9482839d 100644
--- a/src/uri-references.cpp
+++ b/src/uri-references.cpp
@@ -31,7 +31,7 @@ URIReference::URIReference(SPObject *owner)
}
URIReference::URIReference(SPDocument *owner_document)
- : _owner_document(owner_document), _owner(NULL), _obj(NULL), _uri(NULL)
+ : _owner(NULL), _owner_document(owner_document), _obj(NULL), _uri(NULL)
{
g_assert(_owner_document != NULL);
}