]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_notinset.C
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_notinset.C
index 9d55ce2f4cbf4bd9216bc50b3c470a63990d1ddd..1929286e129397e7fb6aa4ed854058cd1768dcda 100644 (file)
@@ -1,7 +1,7 @@
 #include "math_notinset.h"
 #include "math_parser.h"
 #include "math_mathmlstream.h"
-#include "support.h"
+#include "math_support.h"
 
 
 MathNotInset::MathNotInset()
@@ -14,13 +14,13 @@ MathInset * MathNotInset::clone() const
 }
 
 
-void MathNotInset::write(MathWriteInfo & os) const
+void MathNotInset::write(WriteStream & os) const
 {
        os << "\\not ";
 }
 
 
-void MathNotInset::writeNormal(NormalStream & os) const
+void MathNotInset::normalize(NormalStream & os) const
 {
        os << "[not] ";
 }