]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetExternal.h
Inset::setMouseHover() is const - InsetExternal::setMouseHover should be const too
[features.git] / src / insets / InsetExternal.h
index fba0e7406bc1254746f534a6bdaca50356096462..bbe2162fec09ff2f2c0d73514f727aa903d0bff1 100644 (file)
@@ -113,7 +113,7 @@ public:
        ///
        std::string contextMenuName() const;
        ///
-       bool setMouseHover(BufferView const * bv, bool mouse_hover);
+       bool setMouseHover(BufferView const * bv, bool mouse_hover) const;
        ///
        bool clickable(int, int) const { return true; }
 private: