diff options
| author | MenTaLguY <mental@rydia.net> | 2007-07-01 20:08:30 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-07-01 20:08:30 +0000 |
| commit | a0e97068a05cbf7c892f0cc318b2af165630c742 (patch) | |
| tree | 895e73f0527115affbadf66fc78c679149382771 /src/xml/Makefile_insert | |
| parent | isolated internal spaces no longer force font-family quoting, for the (diff) | |
| download | inkscape-a0e97068a05cbf7c892f0cc318b2af165630c742.tar.gz inkscape-a0e97068a05cbf7c892f0cc318b2af165630c742.zip | |
initial implementation of XML::Subtree API for tracking changes on a
whole-subtree basis; the initial implementation does not have very good
performance for large subtrees, but should work well for smaller ones
(bzr r3158)
Diffstat (limited to 'src/xml/Makefile_insert')
| -rw-r--r-- | src/xml/Makefile_insert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml/Makefile_insert b/src/xml/Makefile_insert index 69f8952a9..0a95a2062 100644 --- a/src/xml/Makefile_insert +++ b/src/xml/Makefile_insert @@ -46,6 +46,8 @@ xml_libspxml_a_SOURCES = \ xml/node-event-vector.h \ xml/node-iterators.h \ xml/sp-css-attr.h \ + xml/subtree.cpp \ + xml/subtree.h \ xml/text-node.h \ xml/invalid-operation-exception.h |
