X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFontOld.h;h=f0d9d79f57a617e68fa54be848d8e5ec51788b56;hb=d0d7d0103aed0b300807be54224ba7cd324c1ff5;hp=3cdf775602bd3a95c150e670e9d2d8edb0207f11;hpb=e53e4d06726919c0fbf386bbe8f9d62a640b74d7;p=lyx.git diff --git a/src/mathed/InsetMathFontOld.h b/src/mathed/InsetMathFontOld.h index 3cdf775602..f0d9d79f57 100644 --- a/src/mathed/InsetMathFontOld.h +++ b/src/mathed/InsetMathFontOld.h @@ -47,7 +47,7 @@ public: int kerning() const { return cell(0).kerning(); } private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// the font to be used on screen latexkeys const * key_; };