fix typo.
[vuplus_openvuplus] / meta-openvuplus / recipes-enigma2 / libxmlccwrap / files / fix_assignment_operator.patch
1 --- libxmlccwrap-0.0.12_org/xmlccwrap/xmlccwrap.cc      2003-12-18 23:48:08.000000000 +0100
2 +++ libxmlccwrap-0.0.12/xmlccwrap/xmlccwrap.cc  2007-10-24 22:54:15.000000000 +0200
3 @@ -498,6 +500,7 @@
4      for (ElementIterator curnode = nodes.begin(); curnode != nodes.end(); curnode++)
5        add
6          (**curnode);
7 +    return *this;
8    }
9  
10