X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathString.h;h=ad0a22312ed43351d175062c3e178ccdcdcf3ed8;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=495de2f005a40afce4dc26a5be1a39c2f9191811;hpb=e24bf64c68102691fc76081de9fb57926b482726;p=lyx.git diff --git a/src/mathed/InsetMathString.h b/src/mathed/InsetMathString.h index 495de2f005..ad0a22312e 100644 --- a/src/mathed/InsetMathString.h +++ b/src/mathed/InsetMathString.h @@ -50,7 +50,7 @@ public: void write(WriteStream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// the string docstring str_; };