>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> If there's no objection then I will proceed to 2) at the Abdelrazak> end of the day. That seems OK. Obviously I did not have much time to look at it but: * lyXFunc is an horrible name :) * this looks wrong: +void Application::setBufferView(BufferView * buffer_view) +{ + buffer_view_ = buffer_view_; +} JMarc