]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDFrac.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathDFrac.h
index 596f3f5522fa255e49874ccbd925a83e81c7f308..0ef6791c54f6f3e82b73b870d9e334e6b219a833 100644 (file)
@@ -24,7 +24,7 @@ public:
        ///
        InsetMathDFrac();
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
@@ -34,7 +34,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };