X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathNest.h;h=4e18dbda71e25d787945371e654213922e212474;hb=981e958b9d63930c83b1adced65b75b3d857ac97;hp=d9c1f09f428462e50800f76fd27c6fe3701cabe4;hpb=708b73cab792f7398e7b2f977dd6d2f98f6281d9;p=lyx.git diff --git a/src/mathed/InsetMathNest.h b/src/mathed/InsetMathNest.h index d9c1f09f42..4e18dbda71 100644 --- a/src/mathed/InsetMathNest.h +++ b/src/mathed/InsetMathNest.h @@ -111,9 +111,9 @@ public: /// writes [, name(), and args in [] void normalize(NormalStream & os) const; /// - int latex(odocstream & 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]; }