]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sizeinset.C
fix pullArg when pressing <Delete> at the end of an cell
[lyx.git] / src / mathed / math_sizeinset.C
index 707248a13178585148b4d0d83ddd470bcdf24b73..124f03bce35f214624c283107ba994f998ce7cc8 100644 (file)
@@ -1,5 +1,3 @@
-#include <config.h>
-
 #ifdef __GNUG__
 #pragma implementation
 #endif
@@ -45,7 +43,7 @@ void MathSizeInset::draw(Painter & pain, int x, int y)
 }
 
 
-void MathSizeInset::Metrics(MathStyles /* st */)
+void MathSizeInset::Metrics(MathStyles /* st */, int, int)
 {
        xcell(0).Metrics(style_);
        ascent_   = xcell(0).ascent_;