]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
de.po
[lyx.git] / src / mathed / InsetMathGrid.h
index af3f4c14031492b87016a40195fb3a8b7065e771..f93dc822148da2ae367b762b851bfcd1fa0a8a50 100644 (file)
@@ -18,6 +18,8 @@
 
 namespace lyx {
 
+class BufferParams;
+
 
 /** Gridded math inset base class.
  *  This is the base to all grid-like editable math objects
@@ -267,8 +269,9 @@ protected:
 
        // The following two functions are used in InsetMathHull and
        // InsetMathSplit.
-       /// The value of a fixed col align for a certain hull type
-       static char colAlign(HullType type, col_type col);
+       /// 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 &);
        /// The value of a fixed col spacing for a certain hull type
        static int colSpace(HullType type, col_type col);