mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
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:
parent
882e2eeb7b
commit
d1df0f1c13
@ -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)
|
||||
{}
|
||||
|
Loading…
Reference in New Issue
Block a user