]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoldSymbol.h
* dynamic macros as described in http://1stein.org/download/dynmacro.pdf
[lyx.git] / src / mathed / InsetMathBoldSymbol.h
index b9f7e78e5f01fdd1697b5ce6f005b372dd7c3982..80e0e43da74ddb68a22ebf9a0300ceade82157ef 100644 (file)
@@ -24,7 +24,7 @@ public:
        ///
        InsetMathBoldSymbol();
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void 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 Inset * clone() const;
 };