Code

Cleanup of gradients and stops.
[inkscape.git] / src / sp-object.h
index 22a15a0a4b272a60ac4ce1b6ad2bd31ebd832156..f7ca0f3a343ddfaa518f8718992c08bff67503ee 100644 (file)
@@ -221,6 +221,9 @@ public:
     /* A non-const version can be similarly constructed if you want one.
      * (Don't just cast away the constness, which would be ill-formed.) */
 
+    SPObject *getNext();
+    SPObject *getPrev();
+
     bool hasChildren() const { return ( children != NULL ); }
 
     SPObject *firstChild() { return children; }