From 03b6d27f47f3bbdb1f44771bb2ba959d230152fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 5 Apr 2004 16:39:52 +0000 Subject: [PATCH] use LCursor & in notifyCursorLeave git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8607 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insetbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {} -- 2.39.2