]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.h
GuiPrintNomencl.cpp: fix bug #7853
[lyx.git] / src / mathed / InsetMathNest.h
index ee1e38cb585688617b672ef4950cb38ff1362cfb..4e18dbda71e25d787945371e654213922e212474 100644 (file)
@@ -111,9 +111,9 @@ public:
        /// writes [, name(), and args in []
        void normalize(NormalStream & os) const;
        ///
-       int latex(otexstream & os, OutputParams const & runparams) const;
+       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]; }