summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/KernelKit/IPEFDylibObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/KernelKit/IPEFDylibObject.h')
-rw-r--r--dev/Kernel/KernelKit/IPEFDylibObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/KernelKit/IPEFDylibObject.h b/dev/Kernel/KernelKit/IPEFDylibObject.h
index 68493c86..14b4fd62 100644
--- a/dev/Kernel/KernelKit/IPEFDylibObject.h
+++ b/dev/Kernel/KernelKit/IPEFDylibObject.h
@@ -22,14 +22,14 @@ namespace Kernel
* @brief Shared Library class
* Load library from this class
*/
- class IPEFDylibObject final ZKA_DLL_OBJECT
+ class IPEFDylibObject final NE_DLL_OBJECT
{
public:
explicit IPEFDylibObject() = default;
~IPEFDylibObject() = default;
public:
- ZKA_COPY_DEFAULT(IPEFDylibObject);
+ NE_COPY_DEFAULT(IPEFDylibObject);
private:
DLL_TRAITS* fMounted{nullptr};