X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-strings.h;h=28c59ed4d5c6e9b06710ae2d932d3cab7d292883;hb=e5b8f6956160631022fede155f55bad7951eecb8;hp=89872600f0773be1655ed06fa6df96c3e47542c4;hpb=54acb900add2a7ba54294e585f64722ead6ac94c;p=lyx.git diff --git a/src/tex-strings.h b/src/tex-strings.h index 89872600f0..28c59ed4d5 100644 --- a/src/tex-strings.h +++ b/src/tex-strings.h @@ -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