diff options
Diffstat (limited to 'dev/kernel/KernelKit/IPEFDylibObject.h')
| -rw-r--r-- | dev/kernel/KernelKit/IPEFDylibObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/IPEFDylibObject.h b/dev/kernel/KernelKit/IPEFDylibObject.h index 737b2c1d..4769f0f9 100644 --- a/dev/kernel/KernelKit/IPEFDylibObject.h +++ b/dev/kernel/KernelKit/IPEFDylibObject.h @@ -29,7 +29,7 @@ namespace Kernel ~IPEFDylibObject() = default; public: - NE_COPY_DEFAULT(IPEFDylibObject); + NE_COPY_DEFAULT(IPEFDylibObject) private: DLL_TRAITS* fMounted{nullptr}; |
