]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_spaceinset.h
index 7c16d969b27ac8ced5db0f8117a3609349e8f3cd..ab3011bbb088284ed860df70a575027178fae957 100644 (file)
@@ -24,13 +24,15 @@ public:
        ///
        void incSpace();
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(MathPainterInfo & pi, int x, int y) const;
 
        ///
        void normalize(NormalStream &) const;
        ///
+       void validate(LaTeXFeatures & features) const;
+       ///
        void maplize(MapleStream &) const;
        ///
        void mathematicize(MathematicaStream &) const;