Fix compilation of VmaReplay project
diff --git a/src/VmaReplay/VmaReplay.cpp b/src/VmaReplay/VmaReplay.cpp
index 18991f9..5a1f960 100644
--- a/src/VmaReplay/VmaReplay.cpp
+++ b/src/VmaReplay/VmaReplay.cpp
@@ -809,7 +809,8 @@
     VmaAllocator      allocator,

     uint32_t          memoryType,

     VkDeviceMemory    memory,

-    VkDeviceSize      size)

+    VkDeviceSize      size,

+    void*             pUserData)

 {

     g_Statistics->RegisterDeviceMemoryAllocation(memoryType, size);

 }

@@ -819,7 +820,8 @@
     VmaAllocator      allocator,

     uint32_t          memoryType,

     VkDeviceMemory    memory,

-    VkDeviceSize      size)

+    VkDeviceSize      size,

+    void*             pUserData)

 {

     // Nothing.

 }