diff --git a/devices/common/scsi/scsihd.cpp b/devices/common/scsi/scsihd.cpp index 66fe329..1820eef 100644 --- a/devices/common/scsi/scsihd.cpp +++ b/devices/common/scsi/scsihd.cpp @@ -36,7 +36,7 @@ along with this program. If not, see . using namespace std; -ScsiHardDisk::ScsiHardDisk(std::string, int my_id) : ScsiDevice(name, my_id) { +ScsiHardDisk::ScsiHardDisk(std::string name, int my_id) : ScsiDevice(name, my_id) { } void ScsiHardDisk::insert_image(std::string filename) {