Buildfix on gcc 4.8

This commit is contained in:
King_DuckZ 2015-06-24 23:05:33 +02:00
parent f1bcf8674d
commit 7140ee6b38
4 changed files with 34 additions and 28 deletions

View file

@ -15,7 +15,7 @@ namespace dk {
::tiger(parString, parLen, retval, TigerPaddingV2);
HashType hash(retval[0], retval[1], retval[2]);
HashType hash{retval[0], retval[1], retval[2]};
return hash;
}
} //namespace implem