]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettabular.h
hopefully fix tex2lyx linking.
[lyx.git] / src / insets / insettabular.h
index 47fa58b77a6350313d87916ec894c17fe7915bb5..a43e22e0bd9fd1e2753982a7f5e4ee655bd551c2 100644 (file)
@@ -117,6 +117,10 @@ public:
 
        /// set the change for the entire inset
        void setChange(Change const & change);
+       /// accept the changes within the inset
+       void acceptChanges();
+       /// reject the changes within the inset
+       void rejectChanges();
 
        // this should return true if we have a "normal" cell, otherwise false.
        // "normal" means without width set!