X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathNest.h;h=4e18dbda71e25d787945371e654213922e212474;hb=981e958b9d63930c83b1adced65b75b3d857ac97;hp=5a737c3b61bc1e421f582bf01b6e5c94b76e9d4a;hpb=d866717ef7503a1373dd1cb3925e1ac97b079192;p=lyx.git diff --git a/src/mathed/InsetMathNest.h b/src/mathed/InsetMathNest.h index 5a737c3b61..4e18dbda71 100644 --- a/src/mathed/InsetMathNest.h +++ b/src/mathed/InsetMathNest.h @@ -113,7 +113,7 @@ public: /// void latex(otexstream & os, OutputParams const & runparams) const; /// - bool setMouseHover(BufferView const * bv, bool mouse_hover); + bool setMouseHover(BufferView const * bv, bool mouse_hover) const; /// bool mouseHovered(BufferView const * bv) const { return mouse_hover_[bv]; }