]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.h
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathLim.h
index 2a8f3e390bf140e408a48d2136f49b2abf48b5b3..bc95d0e38df834bfb848d99bb57713ff206a4c6f 100644 (file)
@@ -43,7 +43,7 @@ public:
        ///
        void write(WriteStream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };