]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_decorationinset.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_decorationinset.h
index 1808b2f474d42775e0e4273ffb91d1ff11e1418e..2c5866256625d515160d6a3c99070fdb584e1053 100644 (file)
@@ -22,11 +22,11 @@ public:
        ///
        void draw(Painter &, int x, int y) const;
        ///
-       void write(MathWriteInfo & os) const;
+       void write(WriteStream & os) const;
        ///
        void metrics(MathMetricsInfo const & st) const;
        ///
-       void writeNormal(std::ostream & os) const;
+       void normalize(NormalStream & os) const;
        ///
        bool isScriptable() const;
 
@@ -44,7 +44,7 @@ private:
        mutable int dh_;
        /// vertical offset cache of deco
        mutable int dy_;
-       ///
-       mutable MathMetricsInfo size_;
+       /// width for non-wide deco
+       mutable int dw_;
 };
 #endif