Georg Baum wrote:
Am Sonntag, 13. August 2006 18:18 schrieb Abdelrazak Younes:
I have comitted the patch.
I noticed two things while resolving merge conflicts (I did not look at the
patch because I don't understand enough of the errorlist business):
a) The nonconst Buffer::errorList can be shortened a lot, and the empty
error list can be made static and can go to the .C file (better because it
does not belong to the interface)
b) the for_each construct works with boost::bind, we use this at other
places. mem_fun_ref calls a member function of the container element, but
what we need is a member function of the LyX class.
Does this work for you, too?
Yes, seems to. Please commit.
Abdel.