]> git.lyx.org Git - lyx.git/blobdiff - src/cursor.h
minimal effort implementation of:
[lyx.git] / src / cursor.h
index 1ec6255b0b8ee38b220ec36607e04eead5e542d3..ae0dcf900bed44bb1bdd0f26bd1b1423ced8ee25 100644 (file)
@@ -88,8 +88,6 @@ public:
        //
        std::string selectionAsString(bool label) const;
        ///
-       void paste(std::string const & data);
-       ///
        std::string currentState();
 
        /// auto-correct mode
@@ -114,7 +112,7 @@ public:
        /// insert an inset
        void insert(InsetBase *);
        /// insert a single char
-       void insert(char c);
+       void insert(lyx::char_type c);
        /// insert a string
        void insert(std::string const & str);