From 455b42f21a56435a15f6413a4f9714bf2e7024bc Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Sun, 23 Dec 2007 16:33:15 +0000 Subject: [PATCH] * compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22283 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/MathMacroTemplate.cpp | 1 + 1 file changed, 1 insertion(+) 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, -- 2.39.2