]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_notinset.h
oh well
[lyx.git] / src / mathed / math_notinset.h
index 70470764b3d34b46177a1761bc0cd90efac3d7c8..6e56207bb0d370091fb7859bde6eb86362f0445a 100644 (file)
@@ -15,13 +15,13 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       void normalize(NormalStream &) const;
+       void normalize(NormalStream & ns) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo const & mi) const;
        ///
        void draw(Painter &, int x, int y) const;
 private:
        ///
-       mutable MathMetricsInfo mi_;
+       mutable LyXFont font_;
 };
 #endif