parent
1e10d25dbd
commit
4841590c17
src/ScriptResolving/AngelScript/TypeRegistry
|
@ -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…
Reference in New Issue