]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.C
fix #1073
[lyx.git] / src / mathed / math_dotsinset.C
index fe37ae08ea3c383105417914130c4d92e349ceb0..c322ada2b3b81b870fc550e3c15e3fa3ca9f3134 100644 (file)
@@ -1,8 +1,5 @@
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_dotsinset.h"
 #include "math_mathmlstream.h"
@@ -22,7 +19,7 @@ MathInset * MathDotsInset::clone() const
 }
 
 
-void MathDotsInset::metrics(MathMetricsInfo & mi) const
+void MathDotsInset::metrics(MetricsInfo & mi) const
 {
        mathed_char_dim(mi.base.font, 'M', dim_);
        dh_ = 0;
@@ -40,7 +37,7 @@ void MathDotsInset::metrics(MathMetricsInfo & mi) const
 }
 
 
-void MathDotsInset::draw(MathPainterInfo & pain, int x, int y) const
+void MathDotsInset::draw(PainterInfo & pain, int x, int y) const
 {
        mathed_draw_deco(pain, x + 2, y - dh_, width() - 2, ascent(), key_->name);
        if (key_->name == "vdots" || key_->name == "ddots")