]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.h
fix #1073
[lyx.git] / src / mathed / math_casesinset.h
index 9628d8a3e404c98c334ec3f49fb3301252d9ff39..93398d104b7e55e2732a18193b4532fb83d7c3d6 100644 (file)
@@ -4,10 +4,8 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
+class LaTeXFeatures;
 
 class MathCasesInset : public MathGridInset {
 public:
@@ -16,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