]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.h
LyXText -> Text
[lyx.git] / src / mathed / InsetMathPhantom.h
index edefb74dff210e710c6ba7be35b6970bf8c77faa..3b5c6067da423a05d3ff42b3bacfb0364e1fbfed 100644 (file)
@@ -39,7 +39,7 @@ public:
        void infoize(odocstream & os) const;
 private:
        ///
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        ///
        Kind kind_;
 };