mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
missing const
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8023 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cac6814fed
commit
d0cfc869e8
@ -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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user