]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_decorationinset.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_decorationinset.C
index 2b1d87cadb576b0b17abf0203fa3a259ea50b338..d824ba585de89981c42a8aadcd4a1315c1a8461a 100644 (file)
@@ -18,6 +18,8 @@
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
 
+#include "debug.h"
+
 #include "support/std_ostream.h"
 
 using std::auto_ptr;
@@ -25,10 +27,12 @@ using std::auto_ptr;
 
 MathDecorationInset::MathDecorationInset(latexkeys const * key)
        : MathNestInset(1), key_(key)
-{}
+{
+//     lyxerr << " creating deco " << key->name << std::endl;
+}
 
 
-auto_ptr<InsetBase> MathDecorationInset::clone() const
+auto_ptr<InsetBase> MathDecorationInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathDecorationInset(*this));
 }