]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_notinset.C
whichFont down to 5.3%
[lyx.git] / src / mathed / math_notinset.C
index bedef35dab6f39e24c20355d73bdaddced70215a..1929286e129397e7fb6aa4ed854058cd1768dcda 100644 (file)
@@ -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] ";
 }