]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
Use font metrics for computing the size of math decorations
[lyx.git] / src / mathed / InsetMathGrid.h
index 992844cfb875cd25a7c6b02e8ee238f1b9fb7706..70e9ddb4ca84523ec785f968881aca79b85e1d14 100644 (file)
@@ -208,11 +208,11 @@ public:
        virtual bool handlesMulticolumn() const { return false; }
 
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
-       void write(WriteStream & os,
-                  row_type beg_row, col_type beg_col,
-                  row_type end_row, col_type end_col) const;
+       void write(TeXMathStream & os,
+                  row_type beg_row, col_type beg_col,
+                  row_type end_row, col_type end_col) const;
        ///
        void normalize(NormalStream &) const override;
        ///