]> git.lyx.org Git - features.git/commitdiff
Compile fix for r34348.
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 30 Apr 2010 15:37:19 +0000 (15:37 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 30 Apr 2010 15:37:19 +0000 (15:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34349 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetCommand.cpp

index 03d94422274e2166fade69aca7ff02ee8c2b29b1..15c990c8801fb60a613b8ad73e24c67bad0868f6 100644 (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_()
 {}