]> 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 ebd27bf31b8162180a92fe532647bed0160e3e0f..60efc5336ccc3cd3a4ae10e849e8adb2642135e5 100644 (file)
@@ -5,6 +5,7 @@
 #include "math_gridinset.h"
 
 
+class LaTeXFeatures;
 
 class MathCasesInset : public MathGridInset {
 public:
@@ -25,6 +26,8 @@ public:
        void maple(MapleStream &) const;
        ///
        void write(WriteStream & os) const;
+       ///
+       void validate(LaTeXFeatures & features) const;
 };
 
 #endif