X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;ds=sidebyside;f=xml-tree.hpp;fp=xml-tree.hpp;h=209ee56ea91a509e82c79981eaddb24fadeabd28;hb=a6ceb9addec9be126c967821d278153b43e948e4;hp=ff98f216a524ad4ee49bad521b0598edf625c313;hpb=9b8afc78da8be3f210cf204b732d4c84ca5080d5;p=SXSI%2FXMLTree.git diff --git a/xml-tree.hpp b/xml-tree.hpp index ff98f21..209ee56 100644 --- a/xml-tree.hpp +++ b/xml-tree.hpp @@ -50,7 +50,7 @@ public: inline uint32_t num_tags() const; inline uint32_t subtree_size(node_t) const; inline uint32_t subtree_tags(node_t, tag_t) const; - uint32_t subtree_elements(node_t) const; + inline uint32_t subtree_elements(node_t, tag_t*) const; uint32_t num_children(node_t) const; uint32_t child_pos(node_t) const;