X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSplit.h;h=93672606eb750f7f79c72793b92145eb8fea3e27;hb=11a6b3c4c7a031fd3776f53c9c43f62116933cea;hp=b258958e393abe34bbcecf92ec6f8a567bb6c2af;hpb=42123ab8a71080b6d15fca4e0c43ae76abf00a1e;p=lyx.git diff --git a/src/mathed/InsetMathSplit.h b/src/mathed/InsetMathSplit.h index b258958e39..93672606eb 100644 --- a/src/mathed/InsetMathSplit.h +++ b/src/mathed/InsetMathSplit.h @@ -39,7 +39,7 @@ public: char defaultColAlign(col_type); private: /// - virtual std::auto_ptr doClone() const; + virtual Inset * clone() const; /// docstring name_; };