summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/LoaderInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/LoaderInterface.hpp')
-rw-r--r--Private/KernelKit/LoaderInterface.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/KernelKit/LoaderInterface.hpp b/Private/KernelKit/LoaderInterface.hpp
index c4634ca4..09d0d7b5 100644
--- a/Private/KernelKit/LoaderInterface.hpp
+++ b/Private/KernelKit/LoaderInterface.hpp
@@ -19,7 +19,7 @@ class LoaderInterface {
explicit LoaderInterface() = default;
virtual ~LoaderInterface() = default;
- HCORE_COPY_DEFAULT(LoaderInterface);
+ NEWOS_COPY_DEFAULT(LoaderInterface);
public:
virtual _Output const char* Format() = 0;