]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_diminset.h
index 931efa9f4bd6f058b9605df2fd1f8964ee4132bb..e9e612450f09329efa2b29b05192db58da119c83 100644 (file)
@@ -4,7 +4,8 @@
 
 #include "math_inset.h"
 
-/// thing that need the dimension cache
+/// things that need the dimension cache
+
 class MathDimInset : public MathInset {
 public:
        MathDimInset();
@@ -17,10 +18,10 @@ public:
 
 protected:
        ///
-       int width_;
+       mutable int width_;
        ///
-       int ascent_;
+       mutable int ascent_;
        ///
-       int descent_;
+       mutable int descent_;
 };
 #endif