avoiding compiler issues

pull/6188/head
paul-szczepanek-arm 2018-02-11 15:37:23 +00:00
parent 379c86dd66
commit 68db4dd52f
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ struct octet_type_t {
* Size in byte of a data.
*/
static size_t size() {
return sizeof(_value);
return octet_size;
}
protected: