This commit is contained in:
parent
1e10d25dbd
commit
4841590c17
@ -7,7 +7,7 @@
|
||||
template <typename T> class NativeArray {
|
||||
private:
|
||||
const T* _array;
|
||||
std::atomic<ulong> _refCount;
|
||||
std::atomic<u64> _refCount;
|
||||
|
||||
void AddRef() {
|
||||
_refCount++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user