1
This commit is contained in:
parent
27a5277075
commit
058af9a9be
@ -32,7 +32,7 @@ namespace f8
|
||||
if (field.subtype != a8::reflect::EST_SIMPLE) {
|
||||
abort();
|
||||
}
|
||||
void* p = (void*)obj + field.offset;
|
||||
void* p = (char*)obj + field.offset;
|
||||
switch (field.type) {
|
||||
case a8::reflect::ET_INT32:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user