]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.C
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetfloatlist.C
index 057cd1bda7de3e066437cbbc770476e50b15177c..a5d9ae19690f9ce28583eaed1df7e8467bbcd752 100644 (file)
@@ -79,7 +79,7 @@ void InsetFloatList::read(Buffer const & buf, LyXLex & lex)
 
        if (lex.eatLine()) {
                setParam("type", lex.getDocString());
-               lyxerr[Debug::INSETS] << "FloatList::float_type: "
+               LYXERR(Debug::INSETS) << "FloatList::float_type: "
                                      << to_ascii(getParam("type")) << endl;
                if (!floats.typeExist(to_ascii(getParam("type"))))
                        lex.printError("InsetFloatList: Unknown float type: `$$Token'");