oups... fix previous commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31903 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2009-11-08 16:14:22 +00:00
parent 882e2eeb7b
commit d1df0f1c13

View File

@ -51,9 +51,9 @@ namespace lyx {
// FIXME Would it now be possible to use the InsetCode in
// place of the mailer name and recover that information?
InsetCommand::InsetCommand(Buffer *, InsetCommandParams const & p,
InsetCommand::InsetCommand(Buffer * buf, InsetCommandParams const & p,
string const & mailer_name)
: Inset(0), p_(p),
: Inset(buf), p_(p),
mailer_name_(mailer_name),
mouse_hover_(false)
{}