]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Some things did not need to be mutable after all
[lyx.git] / src / insets / InsetTabular.h
index 9e0c41e9a7e4a5fbcedd14540e2280be659949e6..a491a3b21d254ce383679dc49fcf64cfff3cc1d3 100644 (file)
@@ -756,7 +756,7 @@ public:
        ///
        column_vector column_info;
        ///
-       mutable cell_vvector cell_info;
+       cell_vvector cell_info;
        ///
        Length tabular_width;
        ///