another missing change

This commit is contained in:
Aokromes
2016-08-11 04:33:29 +02:00
parent 566b08cc73
commit decb11702e

View File

@@ -39,7 +39,7 @@ void Field::SetByteValue(void* newValue, enum_field_types newType, uint32 length
data.raw = true;
}
void Field::SetStructuredValue(char* newValue, enum_field_types newType)
void Field::SetStructuredValue(char* newValue, enum_field_types newType, uint32 length)
{
if (data.value)
CleanUp();