]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXKeySym.h
Extracted from r14281
[lyx.git] / src / frontends / LyXKeySym.h
index 12373c156e26befb4d2c02f963ccaaf46eddddf1..11b0677c8e52386f8fa9dc5f62ba3908720b99a3 100644 (file)
@@ -16,6 +16,8 @@
 
 #include "key_state.h"
 
+#include <boost/shared_ptr.hpp>
+
 /**
  * This is a base class for representing a keypress.
  * Each frontend has to implement this to provide
@@ -64,4 +66,6 @@ public:
  */
 bool operator==(LyXKeySym const & k1, LyXKeySym const & k2);
 
+typedef boost::shared_ptr<LyXKeySym> LyXKeySymPtr;
+
 #endif