diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-11 18:10:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-11 18:10:32 +0200 |
| commit | e35797acdf5370dd91a748e0608553edb326244d (patch) | |
| tree | a3e7bcea659736a5f34cdd2c364a1b1fddf50c35 /dev/kernel/KernelKit/IDylibObject.h | |
| parent | c1d9fbd3925d6e10919a7793fc214c9f1a01b2ab (diff) | |
| parent | 11b10ecad70e6fbc921f470fe4648e8b7db8512b (diff) | |
Merge pull request #15 from amlel-el-mahrouss/dev
big commit, for pedantic CI.
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; |
