]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/lyxfont.h
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / tex2lyx / lyxfont.h
index 23e49b51b3cf84c0e0b17dc06de39e1a773857f3..367641ef94c8ad6aa27d751f3b0227d8ba526570 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef LYXFONT_H
 #define LYXFONT_H
 
+namespace lyx {
+
 class LyXLex;
 
 class LyXFont {
@@ -35,4 +37,7 @@ public:
        bool resolved() const { return true; }
 };
 
+
+} // namespace lyx
+
 #endif // NOT LYXFONT_H