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 d09915e0..259b8521 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;
- NE_COPY_DEFAULT(LoaderInterface);
+ NE_COPY_DEFAULT(LoaderInterface)
public:
virtual _Output ErrorOr<VoidPtr> GetBlob() = 0;