~ps-jenkins/xpathselect/latestsnapshot-1.4+14.04.20140108-0ubuntu1

« back to all changes in this revision

Viewing changes to lib/node.h

  • Committer: Tarmac
  • Author(s): Thomi Richards
  • Date: 2013-04-22 04:05:00 UTC
  • mfrom: (32.1.1 rebuild)
  • Revision ID: tarmac-20130422040500-9aig4znq5wowzk2x
Comment change.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        virtual std::vector<Node::Ptr> Children() const =0;
47
47
    };
48
48
 
 
49
    /// NodeList is how we return lists of nodes.
49
50
    typedef std::vector<Node::Ptr> NodeList;
50
51
}
51
52