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