]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
Trivial fixes to some warnings thrown up by MSVS.Net 2003.
[lyx.git] / src / tabular.h
index ea4b2c88909782e9090a7502305a8c03c3daa269..8d73b28d5dcb11f7c9beb1d7a5360922f339fea1 100644 (file)
@@ -384,6 +384,9 @@ public:
        ///
        boost::shared_ptr<InsetText> getCellInset(row_type row,
                                                  col_type column) const;
+       ///
+       void setCellInset(row_type row, col_type column,
+                         boost::shared_ptr<InsetText>) const;
        /// Search for \param inset in the tabular, with the
        ///
        idx_type getCellFromInset(InsetBase const * inset) const;