]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Revert http://www.lyx.org/trac/changeset/25553 and try better fix for bug
[lyx.git] / src / insets / InsetTabular.h
index b2502c93c6a7e399f0168ac612ab285dc08eb1fc..84bec94c969f70af701f1e2ed98806fd00a81777 100644 (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: