]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_commentinset.C
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_commentinset.C
index 09fa26b6509deef4e1beca1f8ff15f87909347a3..232710c83ccd67d2b5ed7b2ce1a8921368df02e2 100644 (file)
@@ -16,6 +16,7 @@
 #include "math_support.h"
 #include "support/std_ostream.h"
 
+using std::string;
 using std::auto_ptr;
 
 
@@ -40,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_;
 }