X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathNumber.h;h=e9142256a39329e35e7e2516be2c0f44c9d4f77a;hb=7f17f13bfc2ad4e7cdd8ecfce23374e2b3d0c646;hp=606603e6dfd10b49ded41603ea94a0fc9c10341c;hpb=e24bf64c68102691fc76081de9fb57926b482726;p=lyx.git diff --git a/src/mathed/InsetMathNumber.h b/src/mathed/InsetMathNumber.h index 606603e6df..e9142256a3 100644 --- a/src/mathed/InsetMathNumber.h +++ b/src/mathed/InsetMathNumber.h @@ -48,7 +48,7 @@ public: void write(WriteStream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// the number as string docstring str_; };