]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_casesinset.h
index 9628d8a3e404c98c334ec3f49fb3301252d9ff39..60efc5336ccc3cd3a4ae10e849e8adb2642135e5 100644 (file)
@@ -4,10 +4,8 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
+class LaTeXFeatures;
 
 class MathCasesInset : public MathGridInset {
 public:
@@ -25,9 +23,11 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
        void write(WriteStream & os) const;
+       ///
+       void validate(LaTeXFeatures & features) const;
 };
 
 #endif