]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTFrac.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathTFrac.h
index 045a3e35fb8a89c83b5230b787e168d7ceaebdaf..5299b0b11aa741ba5f047b14e29546da15f8e3dc 100644 (file)
@@ -24,7 +24,7 @@ public:
        ///
        InsetMathTFrac();
        ///
-       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;
 };