]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.h
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetMathBig.h
index 336c376067e993a48aa1536a91a0a1ea2b98e8a0..5c2bbb80f5d6d92ec8d36fec623e1365166caab9 100644 (file)
@@ -27,7 +27,7 @@ public:
        ///
        docstring name() const;
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -40,7 +40,7 @@ public:
        static bool isBigInsetDelim(docstring const &);
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        ///
        size_type size() const;
        ///