]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/command_inset.C
Make Helge happy: no more crash on arrow up/down in math macro
[lyx.git] / src / mathed / command_inset.C
index 076dfd34b9a08e80471a16eee64cb5f6fc48398d..3e4c7f4055c802baea836ed0de1c8cfce77bdb04 100644 (file)
@@ -30,7 +30,7 @@ CommandInset::CommandInset(string const & name)
 }
 
 
-auto_ptr<InsetBase> CommandInset::clone() const
+auto_ptr<InsetBase> CommandInset::doClone() const
 {
        return auto_ptr<InsetBase>(new CommandInset(*this));
 }