]> 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 8c9247cb4342db6b18adeb456fb9ec7f33c8d415..232710c83ccd67d2b5ed7b2ce1a8921368df02e2 100644 (file)
@@ -1,13 +1,22 @@
+/**
+ * \file math_commentinset.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #include <config.h>
 
 #include "math_commentinset.h"
 #include "math_data.h"
-#include "math_support.h"
 #include "math_mathmlstream.h"
-#include "LaTeXFeatures.h"
-#include "support/LOstream.h"
-#include "textpainter.h"
+#include "math_support.h"
+#include "support/std_ostream.h"
 
+using std::string;
 using std::auto_ptr;
 
 
@@ -32,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_;
 }