Bo Peng wrote:
It needs to be declared virtual here, too. Otherwise, it doesn't get called here. At least, that's what I was seeing before I made this change.On Sat, Mar 29, 2008 at 9:38 AM, <[EMAIL PROTECTED]> wrote:Author: rgheck Date: Sat Mar 29 15:38:38 2008 New Revision: 24034 InsetBibtex(InsetCommandParams const &); /// - void setBuffer(Buffer & buffer); + virtual void setBuffer(Buffer & buffer);Why is this needed? setBuffer is virtual in Inset.h.
rh