From 130c8b85a26f5f73442e58e46e9ceb09fffa2da3 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Mon, 26 Aug 2024 13:16:54 +0200 Subject: [FIX] ???: Was somehow NEWOS_COPY_DEFAULT instead of ZKA_COPY_DEFAULT. [FIX] SysChk: Fix build on Windows. Signed-off-by: Amlal EL Mahrouss --- dev/ZKA/Sources/DLLMain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/ZKA/Sources') diff --git a/dev/ZKA/Sources/DLLMain.cxx b/dev/ZKA/Sources/DLLMain.cxx index 67107110..bfa206a5 100644 --- a/dev/ZKA/Sources/DLLMain.cxx +++ b/dev/ZKA/Sources/DLLMain.cxx @@ -166,7 +166,7 @@ namespace Kernel::Detail ~FilesystemInstaller() = default; - NEWOS_COPY_DEFAULT(FilesystemInstaller); + ZKA_COPY_DEFAULT(FilesystemInstaller); /// @brief Grab the disk's NewFS reference. /// @return NewFilesystemManager the filesystem interface -- cgit v1.2.3