]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_commentinset.C
Compile fix gcc 2.95 + stlport
[lyx.git] / src / mathed / math_commentinset.C
index 793a806b0618ca39c905f364f0dcbe32c315569f..232710c83ccd67d2b5ed7b2ce1a8921368df02e2 100644 (file)
@@ -41,7 +41,7 @@ auto_ptr<InsetBase> MathCommentInset::clone() const
 void MathCommentInset::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        cell(0).metrics(mi);
-       metricsMarkers();
+       metricsMarkers(dim_);
        dim = dim_;
 }