]> git.lyx.org Git - lyx.git/blobdiff - src/encoding.C
add GuiView parent to QToc for proper memory management.
[lyx.git] / src / encoding.C
index e2a7436f957928aee9948c2393d42d761c508645..b1a41fd396f5958dc1e7ea5130a83bbdb9bdbf1d 100644 (file)
@@ -331,7 +331,7 @@ void Encodings::read(FileName const & encfile, FileName const & symbolsfile)
                if (!info.preamble.empty())
                        info.feature = info.preamble[0] != '\\';
 
-               lyxerr[Debug::INFO]
+               LYXERR(Debug::INFO)
                        << "Read unicode symbol " << symbol << " '"
                        << to_utf8(info.command) << "' '" << info.preamble
                        << "' " << info.combining << ' ' << info.feature
@@ -363,7 +363,7 @@ void Encodings::read(FileName const & encfile, FileName const & symbolsfile)
                        string const latexname = lex.getString();
                        lex.next();
                        string const iconvname = lex.getString();
-                       lyxerr[Debug::INFO] << "Reading encoding " << name << endl;
+                       LYXERR(Debug::INFO) << "Reading encoding " << name << endl;
                        encodinglist[name] = Encoding(name, latexname, iconvname);
                        if (lex.lex() != et_end)
                                lex.printError("Encodings::read: "