diff --git a/Src/Model3/DSB.h b/Src/Model3/DSB.h index 09ab60b..7a797b0 100644 --- a/Src/Model3/DSB.h +++ b/Src/Model3/DSB.h @@ -220,6 +220,10 @@ public: * OKAY if successful, otherwise FAIL. */ virtual bool Init(const UINT8 *progROMPtr, const UINT8 *mpegROMPtr) = 0; + + virtual ~CDSB() + { + } };