]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.C
further code uglification to make Jean-Marc's compiler happy
[lyx.git] / src / mathed / math_sqrtinset.C
index cd0a585683822cb4628fcc2eaf4c9ff8f9c1aa44..956fbb28b9fcd35669414fca47ef31771fca0b18 100644 (file)
@@ -19,7 +19,7 @@ MathInset * MathSqrtInset::clone() const
 }
 
 
-void MathSqrtInset::metrics(MathStyles st)
+void MathSqrtInset::metrics(MathStyles st) const
 {
        xcell(0).metrics(st);
        size_    = st;
@@ -29,7 +29,7 @@ void MathSqrtInset::metrics(MathStyles st)
 }
 
 
-void MathSqrtInset::draw(Painter & pain, int x, int y)
+void MathSqrtInset::draw(Painter & pain, int x, int y) const
 { 
        xo(x);
        yo(y);