]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXArrow.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathXArrow.h
index 05bc2740bb230350c4b2a29b1d9cebc6d7106eed..f76758c0d9191fb8ff44e21a7e94eb07217b9307 100644 (file)
@@ -28,14 +28,14 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void normalize(NormalStream & os) const;
        ///
        void validate(LaTeXFeatures & features) const;
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        ///
        bool upper() const;
        ///