]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/context.h
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / tex2lyx / context.h
index e60ae785a785feb9ad4f3b2f258dba9b2ba06fc1..fd71d6441b26e65231d651f47a782ae6633ab770 100644 (file)
@@ -17,6 +17,9 @@
 #include <iosfwd>
 
 
+namespace lyx {
+
+
 /*!
  * Small helper struct that holds font properties.
  * The names are in LyX language, not LaTeX.
@@ -148,4 +151,7 @@ public:
        static Font normalfont;
 };
 
+
+} // namespace lyx
+
 #endif