]> git.lyx.org Git - lyx.git/blobdiff - src/kbmap.h
Reduce Michael's buglist.
[lyx.git] / src / kbmap.h
index 3a0ae1e70c63b648480908209d7ef569fc0cccd5..a21a66255802639cbb88123a4f369f9a40779a0e 100644 (file)
@@ -26,7 +26,7 @@ public:
        /** Bind a key-sequence to an action.
            Returns 0 on success. Otherwise, position in string where
            error occured. */
-       int bind(string const & seq, int action);
+       string::size_type bind(string const & seq, int action);
 
        ///
        void print(string & buf) const;