From 1f455925db510ac34bbc8d0439a705017accad8d Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Tue, 24 Nov 2009 07:40:36 +0000 Subject: [PATCH] updated to the new ttmath api (Conf::comma_digits changed to Conf::round) git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@246 e52654a7-88a9-db11-a3e9-0013d4bc506e --- src/parsermanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;