From 422be0eece2bf6ee80db1d3c21553cd82efff789 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 22 Jul 2016 10:06:10 +0100 Subject: Rename SafeStringStream -> locked_stringstream. Bump deps for removal of stringstream. --- src/wx/time_picker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx/time_picker.cc') diff --git a/src/wx/time_picker.cc b/src/wx/time_picker.cc index 0853e4fcb..a18182138 100644 --- a/src/wx/time_picker.cc +++ b/src/wx/time_picker.cc @@ -82,7 +82,7 @@ TimePicker::update_text () _hours->SetValue (std_to_wx (raw_convert (_hours_spin->GetValue ()))); - SafeStringStream m; + locked_stringstream m; m << setfill('0') << setw(2) << _minutes_spin->GetValue(); _minutes->SetValue (std_to_wx (m.str())); -- cgit v1.2.3