]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPar.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathPar.h
index 29d62b98d403e8bd32835954590c2eb640171f55..500428c79613fff0a3bee107ccc34ccd20a7a200 100644 (file)
@@ -36,7 +36,7 @@ public:
        void write(WriteStream & os) const;
 private:
        ///
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };