diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-11 18:00:11 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-11 18:00:11 +0200 |
| commit | 42a2f7309bc8b2466867bd7fb0dd03434bb1795e (patch) | |
| tree | ae89281968400f3999390f4fadb9234a3fdcd34d /dev/boot/BootKit/Device.h | |
| parent | 036e6c41bcb9d2891909934f722670554d04de9a (diff) | |
fix.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/BootKit/Device.h')
| -rw-r--r-- | dev/boot/BootKit/Device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/boot/BootKit/Device.h b/dev/boot/BootKit/Device.h index dd77a811..77c6cd32 100644 --- a/dev/boot/BootKit/Device.h +++ b/dev/boot/BootKit/Device.h @@ -18,7 +18,7 @@ public: explicit Device() = default; virtual ~Device() = default; - NE_MOVE_DEFAULT(Device); + NE_MOVE_DEFAULT(Device) struct Trait { |
