X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-accent.h;h=7f7ec3d533608542eed9082d1069309fea9cbc18;hb=52eb91c94fb70d58dceef430659c8781de2eccda;hp=8d8c7bdd08b828595aafb704c0b7bebec9a37977;hpb=da65e2b7fbe29c5bca2812a56d5bbdb7efb702e5;p=lyx.git diff --git a/src/tex-accent.h b/src/tex-accent.h index 8d8c7bdd08..7f7ec3d533 100644 --- a/src/tex-accent.h +++ b/src/tex-accent.h @@ -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