* compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22283 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2007-12-23 16:33:15 +00:00
parent 3f5e1c0e27
commit 455b42f21a

View File

@ -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,