]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrac.h
* Inset and derivatives: insetName() -> name()
[lyx.git] / src / mathed / InsetMathFrac.h
index ae361f0b99489ee9794b7e3fc1db09bd77afbbee..e80389281b4860468c71c512b4f72c0f7f93956d 100644 (file)
@@ -62,7 +62,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
 public:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        ///
        Kind kind_;
 };