From 865084c6d12eccbb596fef57f620350d96b70555 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Mon, 8 Aug 2016 09:43:13 +0300 Subject: [PATCH] Ticket 37. TariffChangelsAllowed function name changed to TariffChangeIsAllowed. --- projects/stargazer/tariff_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/stargazer/tariff_impl.cpp b/projects/stargazer/tariff_impl.cpp index 32a52d8f..d619b32d 100644 --- a/projects/stargazer/tariff_impl.cpp +++ b/projects/stargazer/tariff_impl.cpp @@ -145,7 +145,7 @@ else return tariffData.dirPrice[dir].priceDayA; } //----------------------------------------------------------------------------- -std::string TARIFF_IMPL::TariffChangelsAllowed(const TARIFF & to) const +std::string TARIFF_IMPL::TariffChangeIsAllowed(const TARIFF & to) const { switch (GetChangePolicy()) { -- 2.43.2