]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/lyxfont.h
add config.h
[lyx.git] / src / tex2lyx / lyxfont.h
index 0ff613a829bad91a2ac5ed5ad889bc2bfbeee26c..367641ef94c8ad6aa27d751f3b0227d8ba526570 100644 (file)
@@ -1,6 +1,6 @@
 // -*- 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.
  *
@@ -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