1
This commit is contained in:
parent
9f6fcb6b23
commit
15913ad559
@ -21,7 +21,7 @@ namespace a8
|
||||
XObject::XObject(const a8::XObject& v)
|
||||
{
|
||||
type_ = XOT_SIMPLE;
|
||||
value_.x_value = nullptr;
|
||||
value_.x_value = new a8::XValue();
|
||||
*this = v;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user