mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
fix a compiler warning regarding unused variable
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16179 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0c9756da86
commit
b02d655347
@ -182,7 +182,7 @@ public:
|
||||
virtual bool notifyCursorLeaves(LCursor &) { return false; }
|
||||
/// is called when the mouse enter or leave this inset
|
||||
/// return true if this inset needs repaint
|
||||
virtual bool setMouseHover(bool mouse_hover) { return false; }
|
||||
virtual bool setMouseHover(bool) { return false; }
|
||||
|
||||
/// request "external features"
|
||||
virtual void validate(LaTeXFeatures &) const {}
|
||||
|
Loading…
Reference in New Issue
Block a user