This code should now build the x86_x64-softmmu part 2.
This commit is contained in:
@ -17,8 +17,8 @@
|
||||
static void qstring_destroy_obj(QObject *obj);
|
||||
|
||||
static const QType qstring_type = {
|
||||
.code = QTYPE_QSTRING,
|
||||
.destroy = qstring_destroy_obj,
|
||||
QTYPE_QSTRING,
|
||||
qstring_destroy_obj,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user