From: André Pönitz Date: Mon, 5 Apr 2004 16:39:52 +0000 (+0000) Subject: use LCursor & in notifyCursorLeave X-Git-Tag: 1.6.10~15357 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=03b6d27f47f3bbdb1f44771bb2ba959d230152fe;p=lyx.git use LCursor & in notifyCursorLeave git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8607 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/insetbase.h b/src/insets/insetbase.h index 02910c88ab..bd1e3054d7 100644 --- a/src/insets/insetbase.h +++ b/src/insets/insetbase.h @@ -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 {}