From: Elena Mamontova Date: Tue, 24 May 2016 08:47:41 +0000 (+0300) Subject: Ticket 37. The changePolicy() parameter added in the struct X-Git-Tag: 2.409~170 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/e98faf4414f7b9f5bcb318ca12e26e1aea183b70 Ticket 37. The changePolicy() parameter added in the struct TARIFF_CONF_RES constructor. --- 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)