]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stringinset.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_stringinset.h
index 0bf5af1093693243630e3e9c9bc480482d42f412..58cfcd37834905523a379408900ae4d0cd32535b 100644 (file)
@@ -24,7 +24,7 @@ public:
        void metrics(MathMetricsInfo const & st) const;
        ///
        void draw(Painter &, int x, int y) const;
-       /// 
+       ///
        int ascent() const;
        ///
        int descent() const;
@@ -54,6 +54,6 @@ public:
        /// the font to be used on screen
        MathTextCodes code_;
        ///
-       mutable MathMetricsInfo mi_;
+       mutable LyXFont font_;
 };
 #endif