X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_matrixinset.h;h=9c796bfa2735092a99b012e0032b01f2084e7e87;hb=4bc59f21015e9151841eea3733b97d25cd616fdc;hp=57d45d61ea39f46ffdd7191c449e8695bdc49af9;hpb=fc1b3149985a0f94cceaa502e86072c0984e362e;p=lyx.git diff --git a/src/mathed/math_matrixinset.h b/src/mathed/math_matrixinset.h index 57d45d61ea..9c796bfa27 100644 --- a/src/mathed/math_matrixinset.h +++ b/src/mathed/math_matrixinset.h @@ -19,7 +19,7 @@ public: /// MathInset * clone() const; /// - void metrics(MathMetricsInfo const &) const {} + void metrics(MathMetricsInfo &) const {} /// identifies MatrixInsets MathMatrixInset const * asMatrixInset() const { return this; }