]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.cpp
Kill LFUN_PARAGRAPH_SPACING in favour of LFUN_PARAGRAPH_PARAMS.
[lyx.git] / src / Chktex.cpp
index 20ee902876738a9d1f4d01bec583594acad6884f..8683203d3b040b959aaf11244972a9932066a991 100644 (file)
@@ -67,7 +67,7 @@ int Chktex::scanLogFile(TeXErrors & terr)
        docstring token;
        // FIXME UNICODE
        // We have no idea what the encoding of the error file is
-       idocfstream ifs(tmp.toFilesystemEncoding().c_str());
+       ifdocstream ifs(tmp.toFilesystemEncoding().c_str());
        while (getline(ifs, token)) {
                docstring srcfile;
                docstring line;