]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/command_inset.C
Fix math cursor positioning bug
[lyx.git] / src / mathed / command_inset.C
index b38f46115a053813f40fb44887e49f10cc337938..3e4c7f4055c802baea836ed0de1c8cfce77bdb04 100644 (file)
@@ -16,7 +16,7 @@
 #include "dispatchresult.h"
 #include "funcrequest.h"
 
-#include "support/std_sstream.h"
+#include <sstream>
 
 using std::string;
 using std::auto_ptr;
@@ -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));
 }