]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
This patch introduces ProvidesModule and ExcludesModule layout tags.
[lyx.git] / src / Cursor.h
index a3efffed1a657fdffba47ecc8854322248b4d4ed..9b1b1b681d0d443e5e6100bbce8cee0464747b91 100644 (file)
@@ -17,6 +17,8 @@
 #include "Font.h"
 #include "Undo.h"
 
+#include "mathed/MathParser_flags.h"
+
 #include <vector>
 
 
@@ -371,7 +373,7 @@ public:
        ///
        void niceInsert(MathAtom const & at);
        ///
-       void niceInsert(docstring const & str);
+       void niceInsert(docstring const & str, Parse::flags f = Parse::NORMAL);
 
        /// in pixels from top of screen
        void setScreenPos(int x, int y);