mirror of https://github.com/axmolengine/axmol.git
fixed #679: add constructor for CCArray
This commit is contained in:
parent
0a9f6c1f09
commit
1f9f1f59d4
|
@ -95,6 +95,9 @@ public:
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ccArray* data;
|
ccArray* data;
|
||||||
|
|
||||||
|
private:
|
||||||
|
CCArray() : data(NULL) {};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue