]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbase.h
use LCursor & in notifyCursorLeave
[lyx.git] / src / insets / insetbase.h
index 02910c88ab52512700a483a81329a1fc8c904533..bd1e3054d74f1272032807f5cef14ccceb45c16d 100644 (file)
@@ -154,7 +154,7 @@ public:
        /// number of columns in gridlike structures
        virtual size_t ncols() const { return 0; }
        /// is called when the cursor leaves this inset
-       virtual void notifyCursorLeaves(idx_type) {}
+       virtual void notifyCursorLeaves(LCursor &) {}
 
        /// request "external features"
        virtual void validate(LaTeXFeatures &) const {}