]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinfo.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_gridinfo.h
index 076df249c94d9b27c069b7c48ae074a7ba33687f..5d3e844767503e6e4bafb6ee2419825be5e9dfea 100644 (file)
@@ -3,9 +3,10 @@
 
 struct ColInfo
 {
-       ColInfo() : rightline(0), leftline(false) {}
+       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;
 };