]> git.lyx.org Git - lyx.git/blobdiff - src/kbsequence.h
add missing writeNormal() methods to some insets
[lyx.git] / src / kbsequence.h
index 91c94e045487506f0eb27364ccc99fd83a282bbc..8ad1a5ae6adf548c1a8dbf1ff5745e33286594b0 100644 (file)
@@ -50,7 +50,7 @@ public:
        void reset();
        
        ///
-       int parse(string const & s);
+       string::size_type parse(string const & s);
        
        /// Keymap to use if a new sequence is starting
        kb_keymap * stdmap;