--- nono/host/driver.h 2026/04/29 17:05:21 1.1.1.2 +++ nono/host/driver.h 2026/04/29 17:05:26 1.1.1.3 @@ -24,7 +24,7 @@ class Driver : public Object protected: Driver(HostDevice *hostdev_, const char *drivername_); public: - virtual ~Driver() override; + ~Driver() override; virtual bool InitDriver();