]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.h
rename InsetBase to Inset
[lyx.git] / src / mathed / InsetMathComment.h
index 02986ed1f6908d2be7b3e43393f7c5cfb5aa51f5..f084bb52b76acd465fd738956a19d52e645a7bc9 100644 (file)
@@ -48,7 +48,7 @@ public:
        ///
        void infoize(odocstream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };
 
 } // namespace lyx