]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpace.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathSpace.h
index 1a413734362bcde09b7a7547d4cf68f2c3e31cbd..c421bc1a844405d3a6a80bd613fc998c62993dbd 100644 (file)
@@ -32,12 +32,6 @@ public:
        ///
        void incSpace();
        ///
-       int ascent() const;
-       ///
-       int descent() const;
-       ///
-       int width() const;
-       ///
        bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
@@ -55,7 +49,7 @@ public:
        ///
        void write(WriteStream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        ///
        int space_;
 };