]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormVCLog.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormVCLog.C
index 08f7b94b86dce0c6e63acb4d96b50bd0db030115..87c1a9e606a3f90f48312073b47ca5d57c2dc882 100644 (file)
@@ -30,7 +30,7 @@ void FormVCLog::update()
 {
        fl_clear_browser(dialog_->browser);
 
-       ostringstream ss;
+       std::ostringstream ss;
        controller().getVCLogFile(ss);
 
        fl_add_browser_line(dialog_->browser, ss.str().c_str());