]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_arrayinset.C
index 9e1ea21f42562467a2ac9cbc0c601cd0e7d7acf2..1e1554d45cdcb6391fbb3e7d0139ac57efabdfa2 100644 (file)
@@ -15,9 +15,9 @@
 #include "math_parser.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
-#include "support/std_sstream.h"
 
 #include <iterator>
+#include <sstream>
 
 using std::getline;
 
@@ -69,7 +69,7 @@ MathArrayInset::MathArrayInset(string const & name, string const & str)
 }
 
 
-auto_ptr<InsetBase> MathArrayInset::clone() const
+auto_ptr<InsetBase> MathArrayInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathArrayInset(*this));
 }