]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_colorinset.h
macro rework
[lyx.git] / src / mathed / math_colorinset.h
index 6cab921f5c4e09a525d6dd6d4fecf511551942fd..3f16f4e6d43e36508d1ff5c6c7d9da15ec7adfdf 100644 (file)
@@ -19,7 +19,7 @@
 class MathColorInset : public MathNestInset {
 public:
        ///
-       MathColorInset();
+       explicit MathColorInset(bool oldstyle);
        ///
        std::auto_ptr<InsetBase> clone() const;
        ///
@@ -39,6 +39,8 @@ public:
 private:
        /// width of '[' in current font
        mutable int w_;
+       ///
+       bool oldstyle_;
 };
 
 #endif