]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFontOld.h
Account for old versions of Pygments
[lyx.git] / src / mathed / InsetMathFontOld.h
index 3046d03d485d305ff30aa55cd41ef95f4de3fa2c..261696d104465b222517338878e61e068849f5a3 100644 (file)
@@ -49,6 +49,8 @@ public:
        InsetCode lyxCode() const { return MATH_FONTOLD_CODE; }
 
 private:
+       std::string font() const;
+       ///
        virtual Inset * clone() const;
        /// the font to be used on screen
        latexkeys const * key_;