include size of decode tree

This commit is contained in:
Clyne 2020-08-01 21:57:51 -04:00
parent 53a84d17ac
commit 50d13782ee

View File

@ -269,7 +269,7 @@ public:
}
consteval static auto compressed_size() {
return sizeof(compressed_data);
return sizeof(compressed_data) + sizeof(decode_tree);
}
consteval static auto uncompressed_size() {
return data_length;