X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathMatrix.h;h=0b65634c64d94032405154ffa5b88335f3ea0fdf;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=d0b3c9f39d22e2b63461b52d20d498009f36f453;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathMatrix.h b/src/mathed/InsetMathMatrix.h index d0b3c9f39d..0b65634c64 100644 --- a/src/mathed/InsetMathMatrix.h +++ b/src/mathed/InsetMathMatrix.h @@ -44,7 +44,7 @@ public: /// void octave(OctaveStream &) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; };