]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCollapsable.h
setMouseHover() functions can be const.
[features.git] / src / insets / InsetCollapsable.h
index 3bdac339980f9c3b15dbdc4aee18957334fb28f8..5a317bdba76609465e0cc52c0e2f2de0f37ac9f6 100644 (file)
@@ -127,7 +127,7 @@ public:
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///
-       bool setMouseHover(BufferView const * bv, bool mouse_hover);
+       bool setMouseHover(BufferView const * bv, bool mouse_hover) const;
        ///
        ColorCode backgroundColor(PainterInfo const &) const
                { return getLayout().bgcolor(); }