diff options
Diffstat (limited to 'src/kernel/StorageKit/SCSI.h')
| -rw-r--r-- | src/kernel/StorageKit/SCSI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/StorageKit/SCSI.h b/src/kernel/StorageKit/SCSI.h index 61dcfef8..a7eb8423 100644 --- a/src/kernel/StorageKit/SCSI.h +++ b/src/kernel/StorageKit/SCSI.h @@ -12,8 +12,8 @@ namespace Kernel { class SCSIDeviceInterface final NE_DEVICE<IMountpoint*> { public: - explicit SCSIDeviceInterface(Void (*out)(IDevice*, IMountpoint* out_packet), - Void (*in)(IDevice*, IMountpoint* in_packet), Void (*cleanup)(Void)); + SCSIDeviceInterface(Void (*out)(IDevice*, IMountpoint* out_packet), + Void (*in)(IDevice*, IMountpoint* in_packet), Void (*cleanup)(Void)); ~SCSIDeviceInterface() override; |
