]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCases.h
Correct col spacing in Cases environment
[lyx.git] / src / mathed / InsetMathCases.h
index f753f12166646e0a63c6eb40e02a0bddee47c837..7820922f07fd95bc45b023a158389cff8ada6f68 100644 (file)
@@ -52,6 +52,8 @@ public:
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_CASES_CODE; }
+       ///
+       int displayColSpace(col_type) const;
 private:
        virtual Inset * clone() const;
 };