]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathBox.h
index b2525aa8d1fcb0f9da865133b7eb0d770549276e..7138f25dce0c4b247df6290471e230df6ed7ca7c 100644 (file)
@@ -36,6 +36,8 @@ public:
        void normalize(NormalStream & ns) const;
        ///
        void infoize(odocstream & os) const;
+       ///
+       void validate(LaTeXFeatures & features) const;
 
 private:
        Inset * clone() const { return new InsetMathBox(*this); }