]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathKern.cpp
typo
[lyx.git] / src / mathed / InsetMathKern.cpp
index 61ee6ee5b7db7cd7855fb887b1ac3450a4bd7aff..f99a210a9d398a76d821424ec3796392959e8c54 100644 (file)
@@ -57,7 +57,7 @@ void InsetMathKern::draw(PainterInfo &, int, int) const
 {}
 
 
-void InsetMathKern::write(WriteStream & os) const
+void InsetMathKern::write(TeXMathStream & os) const
 {
        if (wid_.empty())
                os << "\\kern" << ' ';