Code

Yet mor in c++ification
[inkscape.git] / src / sp-object.h
index 61c69c3aa0177c875b40fdd99024b16e7d19d9ea..4856bdd06757fccb4e0937da7621f89778eb79ae 100644 (file)
@@ -532,6 +532,7 @@ public:
        unsigned getPosition();
        gchar const * getAttribute(gchar const *name,SPException *ex=0) const;
        void appendChild(Inkscape::XML::Node *child);
+       void addChild(Inkscape::XML::Node *child,Inkscape::XML::Node *prev=0);
        void setKeyValue(unsigned int key, gchar const *value);
        void setAttribute(gchar const *key, gchar const *value, SPException *ex=0);
        void readAttr(gchar const *key);