]> git.lyx.org Git - features.git/commitdiff
Fix MSVC warning.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 3 May 2009 13:27:53 +0000 (13:27 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 3 May 2009 13:27:53 +0000 (13:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29511 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/Parser.cpp

index 6b596289ca089d4b09dda110c15cb06d67ba94e0..5dce0ab7926fcc092e1fe63b5f98a80dff30290c 100644 (file)
@@ -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)