X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_colorinset.h;h=3f16f4e6d43e36508d1ff5c6c7d9da15ec7adfdf;hb=b447408de232872fef1537fca542abc23702d572;hp=6cab921f5c4e09a525d6dd6d4fecf511551942fd;hpb=19198334bcbef32f915d4da4ce97ec8dc81d2d60;p=lyx.git diff --git a/src/mathed/math_colorinset.h b/src/mathed/math_colorinset.h index 6cab921f5c..3f16f4e6d4 100644 --- a/src/mathed/math_colorinset.h +++ b/src/mathed/math_colorinset.h @@ -19,7 +19,7 @@ class MathColorInset : public MathNestInset { public: /// - MathColorInset(); + explicit MathColorInset(bool oldstyle); /// std::auto_ptr clone() const; /// @@ -39,6 +39,8 @@ public: private: /// width of '[' in current font mutable int w_; + /// + bool oldstyle_; }; #endif