]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.cpp
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / mathed / InsetMathMBox.cpp
index 4fc4ffd95e3406661b26aac9d8b8ca5ff6db54e4..65c398b58e28b988e355283554987a3fd5d4f04b 100644 (file)
@@ -78,7 +78,7 @@ void InsetMathMBox::write(Buffer const & buf, WriteStream & ws) const
                ws << "}";
        } else {
                ws << "\\mbox{\n";
-               std::ostringstream os;
+               ostringstream os;
                text_.write(buf, os);
                ws.os() << from_utf8(os.str());
                ws << "}";