]> git.lyx.org Git - lyx.git/commitdiff
use LCursor & in notifyCursorLeave
authorAndré Pönitz <poenitz@gmx.net>
Mon, 5 Apr 2004 16:39:52 +0000 (16:39 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 5 Apr 2004 16:39:52 +0000 (16:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8607 a592a061-630c-0410-9148-cb99ea01b6c8

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 {}