~zorba-coders/zorba/fn_envvars

« back to all changes in this revision

Viewing changes to src/store/naive/node_factory.h

  • Committer: Juan Zacarias
  • Date: 2012-02-13 19:25:51 UTC
  • mfrom: (10599.1.56 zorba)
  • Revision ID: juan457@gmail.com-20120213192551-4daq70pie0c0gof1
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
  virtual TextNode* createTextNode(
109
109
        XmlTree*       tree,
110
110
        InternalNode*  parent,
111
 
        bool           aqppend,
 
111
        bool           append,
112
112
        csize          pos,
113
113
        zstring&       content);
114
114