]> git.lyx.org Git - lyx.git/commitdiff
missing const
authorAlfredo Braunstein <abraunst@lyx.org>
Mon, 3 Nov 2003 23:13:26 +0000 (23:13 +0000)
committerAlfredo Braunstein <abraunst@lyx.org>
Mon, 3 Nov 2003 23:13:26 +0000 (23:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8023 a592a061-630c-0410-9148-cb99ea01b6c8

src/bufferview_funcs.h

index 264b4b2f0716a9f5de3ae29768dfb05f531c30dc..78a8b452c3b09ef13377a4d43cc4b18c536739ac 100644 (file)
@@ -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);