]> 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 e4cd7e7c66adec8c851583d001237a17a5b8718e..367641ef94c8ad6aa27d751f3b0227d8ba526570 100644 (file)
@@ -1,12 +1,12 @@
 // -*- C++ -*-
 /**
- * \file lyxfont.h
+ * \file tex2lyx/lyxfont.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
  * This class is just a dummy version of that in the main LyX source tree
  * to enable tex2lyx to use LyX's textclass classes and not have to
@@ -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