X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_braceinset.h;h=29bfd2524bcaeef80f8d5893fba6a89da9efe468;hb=b447408de232872fef1537fca542abc23702d572;hp=49960a4898976be93a355c114d9e26171afd1877;hpb=1f9e9cf5173fa1fbafdff5f21080e5194b05818b;p=lyx.git diff --git a/src/mathed/math_braceinset.h b/src/mathed/math_braceinset.h index 49960a4898..29bfd2524b 100644 --- a/src/mathed/math_braceinset.h +++ b/src/mathed/math_braceinset.h @@ -23,7 +23,9 @@ public: /// MathBraceInset(MathArray const & ar); /// - virtual std::auto_ptr clone() const; + std::auto_ptr clone() const; + /// + MathBraceInset const * asBraceInset() const { return this; } /// we write extra braces in any case... bool extraBraces() const { return true; } /// @@ -44,10 +46,6 @@ public: void mathmlize(MathMLStream &) const; /// void infoize(std::ostream & os) const; - -private: - /// width of brace character - mutable int wid_; }; #endif