Code

* Lots of documentation for the Inkscape::XML namespace
[inkscape.git] / src / xml / simple-document.h
index 504be824829f18d3e427d9a7eda52696ad6abcb9..0a20f121ed2e5db505d75475a8f21aaa120c423c 100644 (file)
@@ -35,8 +35,6 @@ public:
 
     NodeType type() const { return Inkscape::XML::DOCUMENT_NODE; }
 
-    NodeObserver *logger() { return this; }
-
     bool inTransaction() { return _in_transaction; }
 
     void beginTransaction();
@@ -73,6 +71,7 @@ protected:
     {
         return new SimpleDocument(*this);
     }
+    NodeObserver *logger() { return this; }
 
 private:
     bool _in_transaction;