use LCursor & in notifyCursorLeave

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8607 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2004-04-05 16:39:52 +00:00
parent 022a3ca047
commit 03b6d27f47

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