git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25667 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-07-16 14:28:26 +00:00
parent a4ed71a212
commit 14be46fd4b

View File

@ -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<InsetTableCell> rather than a
// vector<CellData>, and an InsetTableCell had a CellData as a member,
// or perhaps just had its members as members.
///
class CellData {
public: