diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-26 13:16:54 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-26 13:20:15 +0200 |
| commit | 130c8b85a26f5f73442e58e46e9ceb09fffa2da3 (patch) | |
| tree | 606763b3838cff15e4c0d6751227775aef8deaca /dev/ZKA/Sources | |
| parent | 9c5d2fa1eb77d4bbd3069cbef8d7c94ba78c1b7f (diff) | |
[FIX] ???: Was somehow NEWOS_COPY_DEFAULT instead of ZKA_COPY_DEFAULT.
[FIX] SysChk: Fix build on Windows.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/Sources')
| -rw-r--r-- | dev/ZKA/Sources/DLLMain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
