]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_mboxinset.h
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_mboxinset.h
index cf0a58873debb064b62af51c3b0cc2446e05a7da..59f13be5067a324c6f9d1a8e928088b45e98c6e7 100644 (file)
@@ -41,7 +41,7 @@ public:
        ///
        LyXText * getText(int) const;
        ///
-       void getCursorPos(CursorSlice const & sl, int & x, int & y) const;
+       void cursorPos(CursorSlice const & sl, bool boundary, int & x, int & y) const;
 protected:
        virtual void doDispatch(LCursor & cur, FuncRequest & cmd);