]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathPar.cpp
Rm dup "Float" in "Insert>Float>Figure Wrap Float"
[features.git] / src / mathed / InsetMathPar.cpp
index e1227ac4af12cb3531b397a4ff7a60c4aec67a02..2e72a02b2128c9a26ade3aa91c4ea6b4358ce0af 100644 (file)
@@ -42,7 +42,7 @@ void InsetMathPar::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathPar::write(WriteStream & os) const
+void InsetMathPar::write(TeXMathStream & os) const
 {
        for (idx_type i = 0; i < nargs(); ++i)
                os << cell(i) << "\n";