1
This commit is contained in:
parent
877ac12ec2
commit
80edf5bfe5
@ -7,7 +7,7 @@ type MutableXObject struct {
|
|||||||
func NewMxoArray() *MutableXObject {
|
func NewMxoArray() *MutableXObject {
|
||||||
p := new(MutableXObject)
|
p := new(MutableXObject)
|
||||||
p.XObject._type = XOT_ARRAY
|
p.XObject._type = XOT_ARRAY
|
||||||
p.XObject._val = make([]*XObject, 10)
|
p.XObject._val = make([]*XObject, 0)
|
||||||
return p
|
return p
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user