]> git.lyx.org Git - features.git/commitdiff
* compile fix
authorStefan Schimanski <sts@lyx.org>
Sun, 23 Dec 2007 16:33:15 +0000 (16:33 +0000)
committerStefan Schimanski <sts@lyx.org>
Sun, 23 Dec 2007 16:33:15 +0000 (16:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22283 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathMacroTemplate.cpp

index 135ada9473199e3e591a8a9b7ca18b3005202763..68926d47aef40849a248fe4a91224d20c6cc7589 100644 (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,