From: Stefan Schimanski Date: Sun, 23 Dec 2007 01:27:42 +0000 (+0000) Subject: * tabs are evil... hopefully I fixed all monster lines now X-Git-Tag: 1.6.10~6830 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9eed5030198b570c6f7a864e57bd13ecfda58282;p=features.git * tabs are evil... hopefully I fixed all monster lines now git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22275 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/MathMacroTemplate.cpp b/src/mathed/MathMacroTemplate.cpp index 487c6b8754..26018e1e75 100644 --- a/src/mathed/MathMacroTemplate.cpp +++ b/src/mathed/MathMacroTemplate.cpp @@ -79,7 +79,7 @@ protected: InsetLabelBox::InsetLabelBox(MathAtom const & atom, docstring label, - MathMacroTemplate const & parent, bool frame) + MathMacroTemplate const & parent, bool frame) : InsetMathNest(1), parent_(parent), label_(label), frame_(frame) { cell(0).insert(0, atom); @@ -87,7 +87,7 @@ InsetLabelBox::InsetLabelBox(MathAtom const & atom, docstring label, InsetLabelBox::InsetLabelBox(docstring label, - MathMacroTemplate const & parent, bool frame) + MathMacroTemplate const & parent, bool frame) : InsetMathNest(1), parent_(parent), label_(label), frame_(frame) { }