diff options
Diffstat (limited to 'src/kernel/GfxKit')
| -rw-r--r-- | src/kernel/GfxKit/FB.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<FBDevicePacket*> { 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; |
