]> 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 2ef9348db95443419ce257c390ac2f0634f4c528..56f452d66314b72a28e96918dfeab8a65170dc45 100644 (file)
@@ -16,11 +16,11 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(std::ostream &, bool fragile) const;
+       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