From 9eed5030198b570c6f7a864e57bd13ecfda58282 Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Sun, 23 Dec 2007 01:27:42 +0000 Subject: [PATCH] * 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 --- src/mathed/MathMacroTemplate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { } -- 2.39.5