diff --git a/src/currency_core/bc_attachments_helpers_basic.h b/src/currency_core/bc_attachments_helpers_basic.h index 3f97c832..4c44079f 100644 --- a/src/currency_core/bc_attachments_helpers_basic.h +++ b/src/currency_core/bc_attachments_helpers_basic.h @@ -25,7 +25,7 @@ namespace bc_services { return t.type(); } - template + template static const t_return_type& get(const t_type& t) { return boost::get(t); @@ -40,7 +40,7 @@ namespace bc_services { return typeid(t); } - template + template static const t_return_type& get(const t_type& t) { return t; @@ -54,7 +54,7 @@ namespace bc_services { if (/*item.type()*/ type_selector::value>::get_type(item) == typeid(currency::tx_service_attachment)) { - const currency::tx_service_attachment& tsa = type_selector::value>::get(item); + const currency::tx_service_attachment& tsa = type_selector::value>::get(item); //const currency::tx_service_attachment& tsa = boost::get(item); if (tsa.service_id == id && tsa.instruction == instruction) {