mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Some things did not need to be mutable after all
This commit is contained in:
parent
097ab41c49
commit
2306fca659
@ -756,7 +756,7 @@ public:
|
|||||||
///
|
///
|
||||||
column_vector column_info;
|
column_vector column_info;
|
||||||
///
|
///
|
||||||
mutable cell_vvector cell_info;
|
cell_vvector cell_info;
|
||||||
///
|
///
|
||||||
Length tabular_width;
|
Length tabular_width;
|
||||||
///
|
///
|
||||||
|
@ -232,7 +232,7 @@ private:
|
|||||||
///
|
///
|
||||||
ColorCode frame_color_;
|
ColorCode frame_color_;
|
||||||
///
|
///
|
||||||
mutable Text text_;
|
Text text_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user