Changed etl::raise_error to ETL_ERROR

This commit is contained in:
John Wellbelove 2015-08-27 20:23:49 +01:00
parent 7612a587c9
commit cdf4e3269d

View File

@ -119,7 +119,7 @@ namespace etl
{
if (is_finalised)
{
etl::raise_error(hash_finalised());
ETL_ERROR(hash_finalised());
}
else
{
@ -243,7 +243,7 @@ namespace etl
{
if (is_finalised)
{
etl::raise_error(hash_finalised());
ETL_ERROR(hash_finalised());
}
else
{