]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFont.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathFont.h
index 72a0728a6a81c57039b83adfde4ec3264a5a5246..bfa380d19113aadc17490553c6761d25ced400a6 100644 (file)
@@ -49,7 +49,7 @@ public:
        int kerning() const { return cell(0).kerning(); }
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        /// the font to be used on screen
        latexkeys const * key_;
 };