]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoldSymbol.h
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetMathBoldSymbol.h
index cc50dae5e66e709ce307aaa93193c1bf0d1eb054..229f28c9855825e12aa786b78d3fe56b0efaceba 100644 (file)
@@ -24,7 +24,7 @@ public:
        ///
        InsetMathBoldSymbol();
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -38,7 +38,7 @@ public:
        ///
        void infoize(odocstream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };