]> git.lyx.org Git - features.git/blobdiff - src/insets/insetexternal.h
Part of IU.
[features.git] / src / insets / insetexternal.h
index 0f65f54d4f6a32072552a2801a60405d5495a7d7..37114c33af319c99e50097dd616f87d1a92c43b1 100644 (file)
@@ -146,13 +146,13 @@ public:
        ///
        void addPreview(lyx::graphics::PreviewLoader &) const;
        ///
-       void edit(BufferView * bv, bool);
+       void edit(LCursor & cur, bool);
 
 protected:
        ///
        virtual
        DispatchResult
-       priv_dispatch(BufferView & bv, FuncRequest const & cmd);
+       priv_dispatch(LCursor & cur, FuncRequest const & cmd);
 private:
        /** This method is connected to the graphics loader, so we are
         *  informed when the image has been loaded.