]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettext.h
convert graphics for .tex export, fixes bug 1231
[lyx.git] / src / insets / insettext.h
index 87e1153bc39e84b988e199475130a522ac739467..d89bb3413e4aee9d0ec14c8dfea50240d7d174c1 100644 (file)
@@ -90,7 +90,7 @@ public:
        ///
        InsetOld::Code lyxCode() const { return InsetOld::TEXT_CODE; }
        /// FIXME, document
-       void getCursorPos(CursorSlice const & cur, int & x, int & y) const;
+       void getCursorPos(LCursor const & cur, int & x, int & y) const;
        ///
        void setFont(BufferView *, LyXFont const &,
                     bool toggleall = false,