]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettheorem.C
changelogs
[lyx.git] / src / insets / insettheorem.C
index 9f1ee9f0a023ccf97ffa404393e4c370e895b8dc..92e1f7789fd04867b51138ae802e29e247350b13 100644 (file)
@@ -56,7 +56,7 @@ void InsetTheorem::write(Buffer const * buf, ostream & os) const
 }
 
 
-auto_ptr<InsetBase> InsetTheorem::clone() const
+auto_ptr<InsetBase> InsetTheorem::doClone() const
 {
 #ifdef WITH_WARNINGS
 #warning Is this inset used? If YES this is WRONG!!! (Jug)