From e98faf4414f7b9f5bcb318ca12e26e1aea183b70 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Tue, 24 May 2016 11:47:41 +0300 Subject: [PATCH] Ticket 37. The changePolicy() parameter added in the struct TARIFF_CONF_RES constructor. --- include/stg/tariff_conf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/stg/tariff_conf.h b/include/stg/tariff_conf.h index 7790d47b..52e1fc1c 100644 --- a/include/stg/tariff_conf.h +++ b/include/stg/tariff_conf.h @@ -179,7 +179,8 @@ struct TARIFF_CONF_RES traffType(), passiveCost(), name(), - period() + period(), + changePolicy() {} TARIFF_CONF_RES & operator=(const TARIFF_CONF & tc) -- 2.43.2