From: Alfredo Braunstein Date: Mon, 3 Nov 2003 23:13:26 +0000 (+0000) Subject: missing const X-Git-Tag: 1.6.10~15850 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d0cfc869e8a91e45693a62ef7c01435d86859f02;p=lyx.git missing const git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8023 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/bufferview_funcs.h b/src/bufferview_funcs.h index 264b4b2f07..78a8b452c3 100644 --- a/src/bufferview_funcs.h +++ b/src/bufferview_funcs.h @@ -46,7 +46,7 @@ void update_and_apply_freefont(BufferView * bv, std::string const & data); void apply_freefont(BufferView * bv); -void put_selection_at(BufferView * bv, PosIterator & cur, +void put_selection_at(BufferView * bv, PosIterator const & cur, int length, bool backwards);