mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Compile fix for r34348.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34349 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
708b73cab7
commit
d7b4aacb2e
@ -55,7 +55,7 @@ InsetCommand::InsetCommand(Buffer * buf, InsetCommandParams const & p,
|
||||
string const & mailer_name)
|
||||
: Inset(buf), p_(p),
|
||||
mailer_name_(mailer_name),
|
||||
mouse_hover_(false)
|
||||
mouse_hover_()
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user