]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_decorationinset.C
move around stuff, remove unneeded declarations etc
[lyx.git] / src / mathed / math_decorationinset.C
index 2b1d87cadb576b0b17abf0203fa3a259ea50b338..25dd231ca4ab8fe5679d1dd8f2c111c24e9ba69e 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,7 +27,9 @@ 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