summaryrefslogtreecommitdiff
path: root/src/wx/dolby_doremi_certificate_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/dolby_doremi_certificate_panel.cc')
-rw-r--r--src/wx/dolby_doremi_certificate_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dolby_doremi_certificate_panel.cc b/src/wx/dolby_doremi_certificate_panel.cc
index c4238319c..fcff93a06 100644
--- a/src/wx/dolby_doremi_certificate_panel.cc
+++ b/src/wx/dolby_doremi_certificate_panel.cc
@@ -205,7 +205,7 @@ DolbyDoremiCertificatePanel::finish_download (string serial, wxStaticText* messa
} else {
message->SetLabel (wxT (""));
- SafeStringStream s;
+ locked_stringstream s;
BOOST_FOREACH (string e, errors) {
s << e << "\n";
}