]> git.lyx.org Git - lyx.git/blobdiff - src/tex-accent.h
add config.h
[lyx.git] / src / tex-accent.h
index 8d8c7bdd08b828595aafb704c0b7bebec9a37977..7f7ec3d533608542eed9082d1069309fea9cbc18 100644 (file)
@@ -15,6 +15,9 @@
 
 #include "lfuns.h"
 
+
+namespace lyx {
+
 /* the names used by TeX and XWindows for deadkeys/accents are not the same
    so here follows a table to clearify the differences. Please correct this
    if I got it wrong
@@ -108,4 +111,7 @@ struct tex_accent_struct {
 ///
 extern tex_accent_struct lyx_accent_table[];
 
+
+} // namespace lyx
+
 #endif