]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathGrid.h
Be careful before using buffer parameters in colAlign
[features.git] / src / mathed / InsetMathGrid.h
index b6d8044057df932754a0c9951971dc82c745398c..425a98a324640a73bbc87e03add4ea7517dff619 100644 (file)
@@ -272,7 +272,7 @@ protected:
        // InsetMathSplit.
        /// The value of a fixed col align for a certain hull type (can
        /// depend on the "indent math" setting).
-       static char colAlign(HullType type, col_type col,  BufferParams const &);
+       char colAlign(HullType type, col_type col) const;
        /// The value of a fixed col spacing for a certain hull type
        static int colSpace(HullType type, col_type col);