]> git.lyx.org Git - lyx.git/blobdiff - src/factory.C
Add margin to paragraph dialog.
[lyx.git] / src / factory.C
index 19092859965d9c53a562103e3f8a4a8322488d1f..5812e339c082312a6c9e600dd32b62f1b4b77f7a 100644 (file)
@@ -517,7 +517,7 @@ InsetBase * readInset(LyXLex & lex, Buffer const & buf)
                                static_cast<MathMacroTemplate*>(inset.get());
                        MacroTable::globalMacros().insert
                                (tmpl->name(), tmpl->asMacroData());
-                       lyxerr[Debug::DEBUG]
+                       LYXERR(Debug::DEBUG)
                                << BOOST_CURRENT_FUNCTION
                                << ": creating local macro " << to_utf8(tmpl->name())
                                << endl;