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/BootKit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/boot/BootKit/BootKit.h') diff --git a/dev/boot/BootKit/BootKit.h b/dev/boot/BootKit/BootKit.h index 3fed8944..a47cc045 100644 --- a/dev/boot/BootKit/BootKit.h +++ b/dev/boot/BootKit/BootKit.h @@ -215,7 +215,7 @@ namespace Boot ~BDiskFormatFactory() = default; - NE_COPY_DELETE(BDiskFormatFactory); + NE_COPY_DELETE(BDiskFormatFactory) /// @brief Format disk using partition name and blob. /// @param Partition part_name the target partition name. -- cgit v1.2.3