From 3e0e2103b542c2cf6e34ae8b33e2ed9af6552334 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 3 Jul 2003 12:03:52 +0000 Subject: [PATCH] add 'special' member to ColInfo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7233 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/formula.C | 1 - src/mathed/math_gridinfo.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/formula.C b/src/mathed/formula.C index 3145c20f8a..c4c2f0959b 100644 --- a/src/mathed/formula.C +++ b/src/mathed/formula.C @@ -26,7 +26,6 @@ #include "math_support.h" #include "math_mathmlstream.h" #include "textpainter.h" -#include "Lsstream.h" #include "BufferView.h" #include "gettext.h" diff --git a/src/mathed/math_gridinfo.h b/src/mathed/math_gridinfo.h index bc51b60286..5d3e844767 100644 --- a/src/mathed/math_gridinfo.h +++ b/src/mathed/math_gridinfo.h @@ -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; }; -- 2.39.2