From f002c1b7709097d5405d672e7b07c5f00c9b3e36 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Mon, 22 Aug 2016 15:36:14 +0300 Subject: [PATCH] Ticket 37. Cycle for added in the TARIFF_DATA_RES & operator() in struct TARIFF_DATA_RES. --- include/stg/tariff_conf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/stg/tariff_conf.h b/include/stg/tariff_conf.h index 9de30830..cee3b4a5 100644 --- a/include/stg/tariff_conf.h +++ b/include/stg/tariff_conf.h @@ -258,6 +258,8 @@ struct TARIFF_DATA_RES TARIFF_DATA_RES & operator=(const TARIFF_DATA & td) { tariffConf = td.tariffConf; + for (size_t i = 0; i < DIR_NUM; ++i) + dirPrice[i] = td.dirPrice[i]; return *this; } -- 2.43.2