--- nono/vm/scsibus.h 2026/04/29 17:05:11 1.1.1.7 +++ nono/vm/scsibus.h 2026/04/29 17:05:25 1.1.1.8 @@ -106,7 +106,7 @@ class SCSIBus : public Device using inherited = Device; public: SCSIBus(); - virtual ~SCSIBus() override; + ~SCSIBus() override; void ResetHard(bool poweron) override;