]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnv.cpp
Display equation/theorem numbers in insert cross reference dialog.
[lyx.git] / src / mathed / InsetMathEnv.cpp
index dd2c391681048b6fc4060f61251f4a01a749c7c1..4e8229b77501070ac7ee9aa5754c6e6fd3c83db9 100644 (file)
@@ -51,7 +51,7 @@ void InsetMathEnv::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathEnv::write(WriteStream & os) const
+void InsetMathEnv::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        os << "\\begin{" << name_ << '}' << cell(0) << "\\end{" << name_ << '}';