]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Font.cpp
tex2lyx/text.cpp: take care of the brace pair after comment environments that are...
[lyx.git] / src / tex2lyx / Font.cpp
index 0f6f89fd0700a1366033ec78ffc0e9de5ef93951..a5a3042683d0c84724b6430f9bbf4ba7ab0074ee 100644 (file)
@@ -14,7 +14,7 @@
 #include "Lexer.h"
 #include "support/lstrings.h"
 
-using std::string;
+using namespace std;
 
 namespace lyx {
 
@@ -27,7 +27,7 @@ FontInfo const inherit_font;
 /// All ignore font.
 FontInfo const ignore_font;
 
-FontInfo lyxRead(Lexer & lex)
+FontInfo lyxRead(Lexer & lex, FontInfo const &)
 {
        bool error = false;
        bool finished = false;