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:
Vincent van Ravesteijn 2010-04-30 15:37:19 +00:00
parent 708b73cab7
commit d7b4aacb2e

View File

@ -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_()
{}