]> git.lyx.org Git - lyx.git/blobdiff - src/bufferview_funcs.h
unneeded header
[lyx.git] / src / bufferview_funcs.h
index c13651a3e971f50c6ba3e7770f8671bdacdc9b04..c2268f8a29bed3732f1c70c5ea309a1a4e12d1e3 100644 (file)
@@ -38,7 +38,7 @@ bool string2font(std::string const & data, LyXFont & font, bool & toggle);
  */
 std::string const freefont2string();
 
-Point getPos(BufferView & bv, DocIterator const & dit, bool boundary);
+Point getPos(BufferView const & bv, DocIterator const & dit, bool boundary);
 
 enum CurStatus {
        CUR_INSIDE,