diff --git a/src/ScriptResolving/AngelScript/TypeRegistry/NativeArray.hpp b/src/ScriptResolving/AngelScript/TypeRegistry/NativeArray.hpp index e6b9624..ca345ab 100644 --- a/src/ScriptResolving/AngelScript/TypeRegistry/NativeArray.hpp +++ b/src/ScriptResolving/AngelScript/TypeRegistry/NativeArray.hpp @@ -7,7 +7,7 @@ template class NativeArray { private: const T* _array; - std::atomic _refCount; + std::atomic _refCount; void AddRef() { _refCount++;