Code

Rename LPE: mirror reflect --> mirror symmetry
[inkscape.git] / src / jabber_whiteboard / inkboard-document.h
index 16ee1b7ffc21ae29faf774e9f0267b3018e3add1..6bfcab59b6599597b68d08666a6ef1a266d11359 100644 (file)
@@ -84,6 +84,7 @@ public:
     XML::Node* createElement(char const* name);
     XML::Node* createTextNode(char const* content);
     XML::Node* createComment(char const* content);
+    XML::Node* createPI(char const *target, char const* content);
 
     //
     // XML::NodeObserver methods
@@ -130,7 +131,7 @@ protected:
                _initBindings();
        }
 
-       XML::SimpleNode* _duplicate() const
+       XML::SimpleNode* _duplicate(XML::Document* /*xml_doc*/) const
        {
                return new InkboardDocument(*this);
        }