diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-30 00:34:33 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-30 00:34:33 +0000 |
| commit | 3f0a67f1da57a32a820ea6aca2db330985acdc59 (patch) | |
| tree | 611f5ac3c2690f6a8aed988fe329df6853766f57 /src/dom/dom.h | |
| parent | updated cc licenses to 2.5 (diff) | |
| download | inkscape-3f0a67f1da57a32a820ea6aca2db330985acdc59.tar.gz inkscape-3f0a67f1da57a32a820ea6aca2db330985acdc59.zip | |
Rework Stack class to TokenExecutor, to support an Axis stack
(bzr r638)
Diffstat (limited to 'src/dom/dom.h')
| -rw-r--r-- | src/dom/dom.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dom/dom.h b/src/dom/dom.h index ab82c4298..6741d375d 100644 --- a/src/dom/dom.h +++ b/src/dom/dom.h @@ -882,6 +882,14 @@ public: */ virtual ~NodeList() {} + /** + * + */ + virtual void clear() + { + nodes.clear(); + } + protected: friend class NodeImpl; |
