Use AutoGCRoot in native Bytes type

This commit is contained in:
Joshua Granick
2016-08-30 15:08:05 -07:00
parent 1e57e45886
commit 4633398244
3 changed files with 12 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ namespace lime {
unsigned char *_data;
int _length;
value *_root;
AutoGCRoot *_root;
value _value;