From: Elena Mamontova <helenh463@gmail.com>
Date: Thu, 21 Jul 2016 12:52:59 +0000 (+0300)
Subject: Added template specification.
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/9b3f8c7252b92a7b32996aa3c2b5e5c16361c82d?ds=inline

Added template specification.
---

diff --git a/stglibs/srvconf.lib/parsers/get_tariff.cpp b/stglibs/srvconf.lib/parsers/get_tariff.cpp
index d929b266..75b6b462 100644
--- a/stglibs/srvconf.lib/parsers/get_tariff.cpp
+++ b/stglibs/srvconf.lib/parsers/get_tariff.cpp
@@ -97,6 +97,7 @@ else
 return true;
 }
 
+template <typename T>
 bool GetChangePolicy(const char ** attr, T & value, const std::string & attrName)
 {
 if (!CheckValue(attr, attrName))