X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMacroTable.cpp;h=efb111f84f4741ba3c23d2e0d3a8cebeb5875b90;hb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;hp=f0c1a7c5bc805c1d0f64d8124d359ae75bffd663;hpb=7f461f4392a19cf488dec005d2f12cfea83655d9;p=features.git diff --git a/src/mathed/MacroTable.cpp b/src/mathed/MacroTable.cpp index f0c1a7c5bc..efb111f84f 100644 --- a/src/mathed/MacroTable.cpp +++ b/src/mathed/MacroTable.cpp @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -25,7 +25,7 @@ #include "support/debug.h" -#include "support/assert.h" +#include "support/lassert.h" #include @@ -162,9 +162,9 @@ void MacroData::write(odocstream & os, bool overwriteRedefinition) const } // output template - MathMacroTemplate const & tmpl - = static_cast(*inset); - WriteStream wi(os, false, true); + MathMacroTemplate const & tmpl = + static_cast(*inset); + WriteStream wi(os, false, true, false); tmpl.write(wi, overwriteRedefinition); }