]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
revert recent change to development/FORMAT (don't change history)
[lyx.git] / src / lyxfunc.h
index 0bc95eb9ac8ac6169ea59862abd818e6b83edadd..7a1e63370da092311cebd28d1fd65af5bfe7bbc4 100644 (file)
@@ -18,6 +18,8 @@
 #include "kbsequence.h"
 #include "lfuns.h"
 
+#include "support/types.h"
+
 #include <boost/shared_ptr.hpp>
 #include <boost/signals/trackable.hpp>
 
@@ -47,8 +49,6 @@ public:
        /// return the status bar state string
        std::string const viewStatusMessage();
 
-       ///
-       typedef boost::shared_ptr<LyXKeySym> LyXKeySymPtr;
        ///
        void processKeySym(LyXKeySymPtr key, key_modifier::state state);
 
@@ -77,7 +77,7 @@ private:
        LyXView * owner;
 
        /// the last character added to the key sequence, in ISO encoded form
-       char encoded_last_key;
+       lyx::char_type encoded_last_key;
 
        ///
        kb_sequence keyseq;