This commit is contained in:
aozhiwei 2018-12-04 14:33:31 +08:00
parent 9f6fcb6b23
commit 15913ad559

View File

@ -21,7 +21,7 @@ namespace a8
XObject::XObject(const a8::XObject& v) XObject::XObject(const a8::XObject& v)
{ {
type_ = XOT_SIMPLE; type_ = XOT_SIMPLE;
value_.x_value = nullptr; value_.x_value = new a8::XValue();
*this = v; *this = v;
} }