]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.h
- lyxsweave.R: set missing SVN EOL style and add missing makefile entry
[lyx.git] / src / KeyMap.h
index 1a37a1fc99772fae1ded88eaaf5c86dee5950e86..e2d0f3aac07afed49d765f39297d487a960fb8ea 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "support/strfwd.h"
 
-#include <boost/shared_ptr.hpp>
+#include "support/shared_ptr.h"
 
 #include <vector>
 
@@ -163,7 +163,7 @@ private:
                /// Modifier masks
                ModifierPair mod;
                /// Keymap for prefix keys
-               boost::shared_ptr<KeyMap> prefixes;
+               shared_ptr<KeyMap> prefixes;
                /// Action for !prefix keys
                FuncRequest func;
        };