]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_tabularinset.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_tabularinset.C
index 114fee63c44af585c5c06b56d7771da8885bb84c..78712160eb708282cecf92fdebf53262d5491551 100644 (file)
 
 #include <iterator>
 
-using std::vector;
-using std::istringstream;
-using std::getline;
-using std::istream_iterator;
+
+using std::string;
 using std::auto_ptr;
 
 
@@ -41,7 +39,7 @@ MathTabularInset::MathTabularInset(string const & name, char valign,
 {}
 
 
-auto_ptr<InsetBase> MathTabularInset::clone() const
+auto_ptr<InsetBase> MathTabularInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathTabularInset(*this));
 }