]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.h
prepare re-enabling LaTeX feature validation
[features.git] / src / mathed / math_inset.h
index bd1917c040ac37068032ba2bb4f2582e49112d7c..3075ca10baaf90afa48bcfd73c84aebfd188b36d 100644 (file)
@@ -39,6 +39,8 @@
 */
 
 
+class LaTeXFeatures;
+
 class MathInset {
 public: 
        /** A math inset has a name (usually its LaTeX name),
@@ -187,6 +189,8 @@ public:
        void dump() const;
 
        ///
+       void Validate(LaTeXFeatures & features) const;
+
        ///
        static int workwidth;
 protected: