From 33924e31efa78a1dc3115561ef07d9587e00350b Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sun, 3 May 2009 13:27:53 +0000 Subject: [PATCH] Fix MSVC warning. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29511 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/Parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Parser.cpp index 6b596289ca..5dce0ab792 100644 --- a/src/tex2lyx/Parser.cpp +++ b/src/tex2lyx/Parser.cpp @@ -59,7 +59,7 @@ void catInit() * \p c must have catcode catNewline, and it must be the last character read * from \p is. */ -char getNewline(idocstream & is, char c) +char_type getNewline(idocstream & is, char_type c) { // we have to handle 3 different line endings: // - UNIX (\n) -- 2.39.2