Added virtual destructor to CDSB

This commit is contained in:
Bart Trzynadlowski 2016-04-02 21:35:06 +00:00
parent 0d989831ed
commit c0f679479a

View file

@ -220,6 +220,10 @@ public:
* OKAY if successful, otherwise FAIL.
*/
virtual bool Init(const UINT8 *progROMPtr, const UINT8 *mpegROMPtr) = 0;
virtual ~CDSB()
{
}
};