]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinfo.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_gridinfo.h
index bc51b6028660f52c58f335383c769e357f09fec1..5d3e844767503e6e4bafb6ee2419825be5e9dfea 100644 (file)
@@ -6,6 +6,7 @@ struct ColInfo
        ColInfo() : align('c'), rightline(0), leftline(false) {}
        char   align;      // column alignment
        string width;      // column width
+       string special;    // special column alignment
        int    rightline;  // a line on the right?
        bool   leftline;
 };