From: Stefan Schimanski Date: Sun, 23 Dec 2007 16:33:15 +0000 (+0000) Subject: * compile fix X-Git-Tag: 1.6.10~6823 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=455b42f21a56435a15f6413a4f9714bf2e7024bc;p=features.git * compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22283 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/MathMacroTemplate.cpp b/src/mathed/MathMacroTemplate.cpp index 135ada9473..68926d47ae 100644 --- a/src/mathed/MathMacroTemplate.cpp +++ b/src/mathed/MathMacroTemplate.cpp @@ -1003,6 +1003,7 @@ void MathMacroTemplate::write(WriteStream & os, bool overwriteRedefinition) cons if (!cell(displayIdx()).empty()) os << "\n{" << cell(displayIdx()) << '}'; } +} int MathMacroTemplate::plaintext(Buffer const & buf, odocstream & os,