]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathData.h
de.po
[lyx.git] / src / mathed / MathData.h
index 7099e64643affd4a7df3300350dc61105bd08005..1558000bdc6131865802349d99828dbf157af2dc 100644 (file)
@@ -129,7 +129,8 @@ public:
 
        /// rebuild cached metrics information
        /** When \c tight is true, the height of the cell will be at least
-        *  that of 'x'. Otherwise, it will be the max height of the font.
+        *  the x height of the font. Otherwise, it will be the max height
+        *  of the font.
         */
        void metrics(MetricsInfo & mi, Dimension & dim, bool tight = true) const;
        ///
@@ -183,7 +184,7 @@ public:
        ///
        void updateBuffer(ParIterator const &, UpdateType);
        ///
-       void setBuffer(Buffer & b) { buffer_ = &b; }
+       void setBuffer(Buffer & b);
 
 protected:
        /// cached values for super/subscript placement