]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTFrac.h
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathTFrac.h
index ee8f4c95241a7587d8940457bbbec23a2890a2f4..5299b0b11aa741ba5f047b14e29546da15f8e3dc 100644 (file)
@@ -34,7 +34,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };