diff --git a/src/parsermanager.h b/src/parsermanager.h index 27f127a..2f89b03 100644 --- a/src/parsermanager.h +++ b/src/parsermanager.h @@ -201,7 +201,7 @@ private: conv.base = base_output; conv.scient = always_scientific; conv.scient_from = when_scientific; - conv.comma_digits = rounding; + conv.round = rounding; conv.trim_zeroes = remove_zeroes; conv.comma = decimal_point; conv.group = grouping;