]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettheorem.C
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insettheorem.C
index a5070d80510654d6224d4f2a918011a90b128b1b..ad02764ea8277da4b5fc928ec2fdc922f5e62320 100644 (file)
@@ -53,7 +53,7 @@ void InsetTheorem::write(Buffer const * buf, ostream & os) const
 }
 
 
-Inset * InsetTheorem::clone(Buffer const &, bool) const
+InsetBase * InsetTheorem::clone() const
 {
 #ifdef WITH_WARNINGS
 #warning Is this inset used? If YES this is WRONG!!! (Jug)