فهرست منبع

Fixed Sonar warning

Jorrit Rouwe 4 هفته پیش
والد
کامیت
bea4536ad1
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      Jolt/Compute/VK/BufferVK.h

+ 2 - 1
Jolt/Compute/VK/BufferVK.h

@@ -6,11 +6,12 @@
 
 #include <Jolt/Compute/VK/IncludeVK.h>
 #include <Jolt/Core/Reference.h>
+#include <Jolt/Core/NonCopyable.h>
 
 JPH_NAMESPACE_BEGIN
 
 /// Simple wrapper class to manage a Vulkan memory block
-class MemoryVK : public RefTarget<MemoryVK>
+class MemoryVK : public RefTarget<MemoryVK>, public NonCopyable
 {
 public:
 								~MemoryVK()