diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-11 17:57:15 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-11 17:57:15 +0200 |
| commit | 036e6c41bcb9d2891909934f722670554d04de9a (patch) | |
| tree | ee20b734aa7c9a5ba3f6a6cae0e7919dcadf8b2e /dev/kernel/KernelKit/IDylibObject.h | |
| parent | c3856eddb5a8146751dac82ad1ba4433f5ca6d6d (diff) | |
big commit, for pedantic CI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/KernelKit/IDylibObject.h')
| -rw-r--r-- | dev/kernel/KernelKit/IDylibObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/IDylibObject.h b/dev/kernel/KernelKit/IDylibObject.h index 5a4f2d27..52c55bf5 100644 --- a/dev/kernel/KernelKit/IDylibObject.h +++ b/dev/kernel/KernelKit/IDylibObject.h @@ -34,7 +34,7 @@ namespace Kernel } }; - NE_COPY_DEFAULT(IDylibObject); + NE_COPY_DEFAULT(IDylibObject) virtual DLL_TRAITS** GetAddressOf() = 0; virtual DLL_TRAITS* Get() = 0; |
