X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_atom.h;h=04cf2a391d637599f9934cda7b319bcdcacc64e1;hb=46880e2b9b49632c56bab2377ce9a3c826cf8d1d;hp=69d8b47c8dce2783ec71b7ab1b8f9d5f8c9a5513;hpb=2b8ef58dc021912b2862328b9000cfe37578ea37;p=lyx.git diff --git a/src/mathed/math_atom.h b/src/mathed/math_atom.h index 69d8b47c8d..04cf2a391d 100644 --- a/src/mathed/math_atom.h +++ b/src/mathed/math_atom.h @@ -46,6 +46,8 @@ public: /// assignment invokes nucleus_->clone() void operator=(MathAtom const &); /// change inset under the hood + void operator=(MathInset * p); + /// change inset under the hood void reset(MathInset * p); /// access to the inset (checked with gprof) MathInset * nucleus() const { return nucleus_; }