]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_atom.h
fix compilation error
[lyx.git] / src / mathed / math_atom.h
index 69d8b47c8dce2783ec71b7ab1b8f9d5f8c9a5513..04cf2a391d637599f9934cda7b319bcdcacc64e1 100644 (file)
@@ -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_; }