]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathString.cpp
typo
[lyx.git] / src / mathed / InsetMathString.cpp
index ef403f452a8f0610b2ea7490930e3d19d6a42c73..2a80e546bef03b5ce4ebee44e3ada37d06187c5a 100644 (file)
@@ -101,7 +101,7 @@ void InsetMathString::mathmlize(MathMLStream &) const
 }
 
 
-void InsetMathString::write(WriteStream & os) const
+void InsetMathString::write(TeXMathStream & os) const
 {
        writeString(str_, os);
 }