From 42a2f7309bc8b2466867bd7fb0dd03434bb1795e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 11 Apr 2025 18:00:11 +0200 Subject: fix. Signed-off-by: Amlal El Mahrouss --- dev/boot/BootKit/Device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/boot/BootKit/Device.h') 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 { -- cgit v1.2.3