X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fkbmap.h;h=edadfaa9c641881f5e57f3c4b95f853561b5ed2e;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=9b1a0056cdd0c081a39c73c5ad24590ff0839c69;hpb=1f8fe293847e941f4737dc09064b5dc877494f21;p=lyx.git diff --git a/src/kbmap.h b/src/kbmap.h index 9b1a0056cd..edadfaa9c6 100644 --- a/src/kbmap.h +++ b/src/kbmap.h @@ -24,6 +24,9 @@ #include #include + +namespace lyx { + class kb_sequence; /// Defines key maps and actions for key sequences @@ -129,4 +132,7 @@ private: /// Implementation is in lyx_main.C extern kb_keymap & theTopLevelKeymap(); + +} // namespace lyx + #endif // KBMAP_H