]> git.lyx.org Git - lyx.git/blobdiff - src/tex-strings.h
* lyx_main.[Ch]
[lyx.git] / src / tex-strings.h
index 89872600f0773be1655ed06fa6df96c3e47542c4..28c59ed4d5c6e9b06710ae2d932d3cab7d292883 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef TEX_STRINGS
 #define TEX_STRINGS
 
-// this file should perhaps be split into even smaler parts
+namespace lyx {
 
 ///
 extern char const * const string_paragraph_separation[];
@@ -48,4 +48,7 @@ extern char const * const tex_fonts_monospaced[];
 ///
 extern char const * tex_fonts_monospaced_gui[];
 
+
+} // namespace lyx
+
 #endif