]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_splitinset.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_splitinset.h
index 8704d37429a3343d976d770c981f7c5fc46ead8f..56f452d66314b72a28e96918dfeab8a65170dc45 100644 (file)
@@ -18,9 +18,9 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       int defaultColSpace(int) { return 0; }
+       int defaultColSpace(col_type) { return 0; }
        ///
-       char defaultColAlign(int) { return 'l'; }
+       char defaultColAlign(col_type) { return 'l'; }
 };
 
 #endif