]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exintinset.C
Fix event loop to no longer eat CPU
[lyx.git] / src / mathed / math_exintinset.C
index a6b96c9cbb59010f3fa694a7199f01416a0d9055..bd4afb918a8c1c933056fbdd26419a6981656855 100644 (file)
 #include "math_symbolinset.h"
 #include "debug.h"
 
+#include <boost/scoped_ptr.hpp>
 
+
+using std::string;
 using std::auto_ptr;
 using std::endl;
 
@@ -32,7 +35,7 @@ MathExIntInset::MathExIntInset(string const & name)
 // 3 - upper
 
 
-auto_ptr<InsetBase> MathExIntInset::clone() const
+auto_ptr<InsetBase> MathExIntInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathExIntInset(*this));
 }