]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.h
fix #1073
[lyx.git] / src / mathed / math_casesinset.h
index d8ff0b47104acfc017fc451985baf01971514167..93398d104b7e55e2732a18193b4532fb83d7c3d6 100644 (file)
@@ -5,6 +5,7 @@
 #include "math_gridinset.h"
 
 
+class LaTeXFeatures;
 
 class MathCasesInset : public MathGridInset {
 public:
@@ -13,18 +14,20 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MetricsInfo & st) const;
        ///
-       void draw(MathPainterInfo & pain, int x, int y) const;
+       void draw(PainterInfo & pain, int x, int y) const;
 
        ///
        void infoize(std::ostream & os) const;
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
        void write(WriteStream & os) const;
+       ///
+       void validate(LaTeXFeatures & features) const;
 };
 
 #endif