]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMacroArgument.cpp
typo
[lyx.git] / src / mathed / InsetMathMacroArgument.cpp
index 7fca256d01ed5719f398e0ced285b3a6a905a7bc..7352b3ac8712afef28c71060675801112ff4d5a0 100644 (file)
@@ -28,7 +28,7 @@ Inset * InsetMathHash::clone() const
 }
 
 
-void InsetMathHash::write(WriteStream & os) const
+void InsetMathHash::write(TeXMathStream & os) const
 {
        os << str_;
 }