]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.h
Remove ; from end of function definitions
[lyx.git] / src / mathed / InsetMathNest.h
index 5a737c3b61bc1e421f582bf01b6e5c94b76e9d4a..99537d8a17e0579d48926f72627e62e0603b77c6 100644 (file)
@@ -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]; }
@@ -172,7 +172,7 @@ public:
        /// interpret \p str and insert the result at the current position of
        /// \p cur if it is something known. Return whether \p cur was
        /// inserted.
-       bool interpretString(Cursor & cur, docstring const & str);
+       virtual bool interpretString(Cursor & cur, docstring const & str);
 
 private:
        /// lfun handler