X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_unknowninset.h;h=af0971777a499aa4813b3d4a3d3cb5c5da9c3fe4;hb=3e93baac3cd18e27db3eb2a1fcaf90b25e0918a6;hp=f7178a2c39a5865590a18beda55b1c90c576e2f4;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/mathed/math_unknowninset.h b/src/mathed/math_unknowninset.h index f7178a2c39..af0971777a 100644 --- a/src/mathed/math_unknowninset.h +++ b/src/mathed/math_unknowninset.h @@ -14,14 +14,15 @@ #include "math_diminset.h" -/// Unknowntions or LaTeX names for objects that we really don't know + +/// LaTeX names for objects that we really don't know class MathUnknownInset : public MathDimInset { public: /// explicit MathUnknownInset(std::string const & name, bool final = true, bool black = false); /// - virtual std::auto_ptr clone() const; + std::auto_ptr clone() const; /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// @@ -34,8 +35,6 @@ public: MathUnknownInset const * asUnknownInset() const { return this; } /// identifies UnknownInsets MathUnknownInset * asUnknownInset() { return this; } - /// - bool match(MathAtom const & at) const; /// void normalize(NormalStream &) const;