]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_cursor.h
Somewhat better behaviour for Umlauts in math
[lyx.git] / src / mathed / math_cursor.h
index 82e5a28d59285776ea13f2b3954c3a696d49999c..c518bc44194add29326c2e9ce2428e3667b7dc7a 100644 (file)
@@ -241,6 +241,8 @@ public:
        void stripFromLastEqualSign();
        /// moves on 
        void setSelection(cursor_type const & where, size_type n);
+       ///
+       void insert(char);
 
        ///
        friend class Selection;