X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FKeyMap.h;h=e2d0f3aac07afed49d765f39297d487a960fb8ea;hb=b8ca0e7fd361a280ac9cde57d0cb244b8ecfc116;hp=1a37a1fc99772fae1ded88eaaf5c86dee5950e86;hpb=375d1526bb07bfcd21dd5bb11f39a60a00119d57;p=lyx.git diff --git a/src/KeyMap.h b/src/KeyMap.h index 1a37a1fc99..e2d0f3aac0 100644 --- a/src/KeyMap.h +++ b/src/KeyMap.h @@ -19,7 +19,7 @@ #include "support/strfwd.h" -#include +#include "support/shared_ptr.h" #include @@ -163,7 +163,7 @@ private: /// Modifier masks ModifierPair mod; /// Keymap for prefix keys - boost::shared_ptr prefixes; + shared_ptr prefixes; /// Action for !prefix keys FuncRequest func; };