]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macroarg.h
- remove MathStyles cache from those insets that don't need it
[features.git] / src / mathed / math_macroarg.h
index c8855d9a87d1d177703ceef742d94c9117ae95ca..25755677d0d05c4cccd451a33e28c277cdabced8 100644 (file)
@@ -37,6 +37,8 @@ private:
        char str_[3];
        ///
        bool expanded_;
+       ///
+       mutable MathMetricsInfo mi_;
 };
 
 #endif