X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans_decl.h;h=9d6aa5b467d92f9983944f854d5721cbc324709a;hb=61c43883ba1b97e0d7f21cbd275a7b9c0cec9de5;hp=cd5da79e551e1f87f3206f4c23a455a46f3ed353;hpb=c9f9ba315c8e475ad47c64fef6c9c755dea3d55c;p=lyx.git diff --git a/src/trans_decl.h b/src/trans_decl.h index cd5da79e55..9d6aa5b467 100644 --- a/src/trans_decl.h +++ b/src/trans_decl.h @@ -19,6 +19,9 @@ #include +namespace lyx { + + /// struct Keyexc { /// character to make exception @@ -47,4 +50,7 @@ public: KmodInfo(); }; + +} // namespace lyx + #endif