summaryrefslogtreecommitdiffstats
path: root/src/sp-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-object.h')
-rw-r--r--src/sp-object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp-object.h b/src/sp-object.h
index 22a15a0a4..f7ca0f3a3 100644
--- a/src/sp-object.h
+++ b/src/sp-object.h
@@ -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; }