diff --git a/include/currency.h b/include/currency.h index a80b3ad2c..2ca61616b 100755 --- a/include/currency.h +++ b/include/currency.h @@ -132,7 +132,7 @@ public: TPrice() : TCurrency(true) { } TPrice(const TPrice& price) { copy(price); } TPrice(const real& num, const char* val = "", const real& exc = ZERO) - : TCurrency(num, val, exc) { set_price(true); } + : TCurrency(num, val, exc, true) { } virtual ~TPrice() { } };