summaryrefslogtreecommitdiffstats
path: root/src/xml/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/node.h')
-rw-r--r--src/xml/node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml/node.h b/src/xml/node.h
index 32c5837ae..2ccc1fbe1 100644
--- a/src/xml/node.h
+++ b/src/xml/node.h
@@ -286,6 +286,8 @@ public:
*/
virtual Node *next()=0;
virtual Node const *next() const=0;
+ virtual Node *prev()=0;
+ virtual Node const *prev() const=0;
//@}
//@{