One more catch-by-value error.

pull/266/head
John Ralls 8 years ago
parent 518519654c
commit 40a266fc62

@ -223,7 +223,7 @@ TEST(gncnumeric_stream, output_stream)
else
EXPECT_EQ("123\xe2\x80\xaf""456", output.str());
}
catch (std::runtime_error)
catch (std::runtime_error& err)
{
output.imbue(std::locale("fr_FR"));
output.str("");

Loading…
Cancel
Save