summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/KernelKit/LoaderInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/KernelKit/LoaderInterface.h')
-rw-r--r--dev/Kernel/KernelKit/LoaderInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/KernelKit/LoaderInterface.h b/dev/Kernel/KernelKit/LoaderInterface.h
index c2c9a595..1cccb2b3 100644
--- a/dev/Kernel/KernelKit/LoaderInterface.h
+++ b/dev/Kernel/KernelKit/LoaderInterface.h
@@ -21,7 +21,7 @@ namespace Kernel
explicit LoaderInterface() = default;
virtual ~LoaderInterface() = default;
- ZKA_COPY_DEFAULT(LoaderInterface);
+ NE_COPY_DEFAULT(LoaderInterface);
public:
virtual _Output ErrorOr<VoidPtr> GetBlob() = 0;