]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/command_inset.C
introduce namespace lyx::support
[lyx.git] / src / mathed / command_inset.C
index 4c397d6c87a90cc3a9efcbb35d12a150542e93e6..77570665d6d14f7857d04a1a6ac2ab2fde0e0ce7 100644 (file)
@@ -14,7 +14,7 @@ CommandInset::CommandInset(string const & name)
 }
 
 
-MathInset * CommandInset::clone() const
+InsetBase * CommandInset::clone() const
 {
        return new CommandInset(*this);
 }