]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView2.C
next step...
[lyx.git] / src / BufferView2.C
index 6f84e5f5b0efcd6db583435569abd78e6adae09d..58f73496e092c7abc742961b9d09661b8e36977b 100644 (file)
@@ -79,7 +79,7 @@ bool BufferView::insertLyXFile(string const & filen)
                return false;
        }
        
-       char const c = ifs.peek();
+       int const c = ifs.peek();
        
        LyXLex lex(0, 0);
        lex.setStream(ifs);