]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpace.h
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / InsetMathSpace.h
index a4f1d1332ad764d39782926a3f2313cf12699250..579f29a3ab104ea675b33002504e33a254a2bea5 100644 (file)
@@ -32,7 +32,7 @@ public:
        ///
        void incSpace();
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
 
@@ -52,6 +52,8 @@ private:
        virtual Inset * clone() const;
        ///
        int space_;
+       ///
+       Dimension dim_;
 };