From f6ebfb03322353ef19a021524203be1a7c702104 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 24 Dec 2025 22:46:59 +0100 Subject: feat: introduce new unit test and CLAUDE.md. Signed-off-by: Amlal El Mahrouss --- src/kernel/GfxKit/FB.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kernel/GfxKit') diff --git a/src/kernel/GfxKit/FB.h b/src/kernel/GfxKit/FB.h index a55a3a5a..a5e866a6 100644 --- a/src/kernel/GfxKit/FB.h +++ b/src/kernel/GfxKit/FB.h @@ -34,8 +34,8 @@ struct PACKED FBDevicePacket final { /// @note The class is derived from the IDevice class. class FBDeviceInterface NE_DEVICE { public: - explicit FBDeviceInterface(void (*out)(IDevice* self, FBDevicePacket* out), - void (*in)(IDevice* self, FBDevicePacket* in)); + FBDeviceInterface(void (*out)(IDevice* self, FBDevicePacket* out), + void (*in)(IDevice* self, FBDevicePacket* in)); virtual ~FBDeviceInterface() override; -- cgit v1.2.3