]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathData.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / MathData.C
index a8b31f9b6eba3b3e18dfe68bf445fa543000f72b..731a7753d21bf0bbe8ccedb68c7f3298f3949dd2 100644 (file)
@@ -407,7 +407,7 @@ MathArray::size_type MathArray::x2pos(int targetx, int glue) const
 }
 
 
-int MathArray::dist(BufferView & bv, int x, int y) const
+int MathArray::dist(BufferView const & bv, int x, int y) const
 {
        int xx = 0;
        int yy = 0;
@@ -436,13 +436,13 @@ void MathArray::setXY(BufferView & bv, int x, int y) const
 }
 
 
-int MathArray::xo(BufferView & bv) const
+int MathArray::xo(BufferView const & bv) const
 {
        return bv.coordCache().getArrays().x(this);
 }
 
 
-int MathArray::yo(BufferView & bv) const
+int MathArray::yo(BufferView const & bv) const
 {
        return bv.coordCache().getArrays().y(this);
 }