]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
more cursor dispatch
[lyx.git] / src / tabular.h
index ad2818fc890180f5b12e894d999276b9cb4b65d1..d5df8c93f7d15ee493fc52e5fdb245ddc7973ac6 100644 (file)
@@ -371,7 +371,7 @@ public:
        InsetText & getCellInset(int row, int column) const;
        /// Search for \param inset in the tabular, with the
        ///
-       int getCellFromInset(InsetOld const * inset) const;
+       int getCellFromInset(InsetBase const * inset) const;
        ///
        int rows() const { return rows_; }
        ///