X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdom%2Fxpathtoken.cpp;h=ac0ead535c86b1e5ec6468e3811e018303ef30b7;hb=a8e0310afe0d9b31d25a143238dbbc0bc4a91860;hp=fa81e2863a6eb13a723435251d5c80b93842b3db;hpb=9189e2ee0c9eea3598616abf1b1bce1a0f5ed299;p=inkscape.git diff --git a/src/dom/xpathtoken.cpp b/src/dom/xpathtoken.cpp index fa81e2863..ac0ead535 100644 --- a/src/dom/xpathtoken.cpp +++ b/src/dom/xpathtoken.cpp @@ -987,7 +987,7 @@ void TokenExecutor::reset() */ int TokenExecutor::execute(std::vector &tokens, int position, - const Node *node, + const NodePtr node, NodeList &result) { Stack stack(*this); @@ -1005,7 +1005,7 @@ int TokenExecutor::execute(std::vector &tokens, //Do rest of tokens with the nodes we have found so far for (unsigned int i = 0 ; i &tokens, * Execute the tokens in a TokenList upon a given node */ bool TokenExecutor::execute(TokenList &tokenList, - const Node *node, + const NodePtr node, NodeList &result) {