X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_decorationinset.C;h=25dd231ca4ab8fe5679d1dd8f2c111c24e9ba69e;hb=edbef46cd7865dab72ab6b503d62e2492479d297;hp=2b1d87cadb576b0b17abf0203fa3a259ea50b338;hpb=16da692bfbf3b34cab7e0c3204e643025229b2ca;p=lyx.git diff --git a/src/mathed/math_decorationinset.C b/src/mathed/math_decorationinset.C index 2b1d87cadb..25dd231ca4 100644 --- a/src/mathed/math_decorationinset.C +++ b/src/mathed/math_decorationinset.C @@ -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 MathDecorationInset::clone() const