]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/lyxfont.C
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / tex2lyx / lyxfont.C
index 0b9f16d93cab438da924fd68a375ddde99031665..52280798145697e04074af56f1911b7e731547bd 100644 (file)
@@ -14,6 +14,9 @@
 #include "lyxlex.h"
 #include "support/lstrings.h"
 
+
+namespace lyx {
+
 using lyx::support::ascii_lowercase;
 
 using std::string;
@@ -50,3 +53,6 @@ LyXFont & LyXFont::lyxRead(LyXLex & lex)
        }
        return *this;
 }
+
+
+} // namespace lyx