diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h index b2502c93c6..84bec94c96 100644 --- a/src/insets/InsetTabular.h +++ b/src/insets/InsetTabular.h @@ -432,8 +432,12 @@ public: /// Search for \param inset in the tabular, with the /// void validate(LaTeXFeatures &) const; - /// //private: + // FIXME Now that cells have an InsetTableCell as their insets, rather + // than an InsetText, it'd be possible to reverse the relationship here, + // so that cell_vector was a vector rather than a + // vector, and an InsetTableCell had a CellData as a member, + // or perhaps just had its members as members. /// class CellData { public: