On Sat, Jun 30, 2012 at 8:20 AM, Bert Huijben <b...@qqmail.nl> wrote: > Const would be nice, but would give a compile error in all these locations. > > conflict__get_conflict() is a static function that return a non const skel > to allow editing/extending the skel.
Ah. Wasn't sure if you were (later) modifying the skel. In that case... yeah: non-const. Thx, -g