X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_arrayinset.h;h=dbd9fe3bc035b5aa70429a703d351c8c8375ef49;hb=b447408de232872fef1537fca542abc23702d572;hp=6b15ed72b49be908e7fa4b5ed498f98dda945dcd;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/mathed/math_arrayinset.h b/src/mathed/math_arrayinset.h index 6b15ed72b4..dbd9fe3bc0 100644 --- a/src/mathed/math_arrayinset.h +++ b/src/mathed/math_arrayinset.h @@ -28,7 +28,7 @@ public: /// convienience constructor from whitespace/newline seperated data MathArrayInset(std::string const &, std::string const & str); /// - virtual std::auto_ptr clone() const; + std::auto_ptr clone() const; /// void metrics(MetricsInfo & mi, Dimension & dim) const; ///