mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
Added virtual destructor to CDSB
This commit is contained in:
parent
0d989831ed
commit
c0f679479a
|
@ -220,6 +220,10 @@ public:
|
|||
* OKAY if successful, otherwise FAIL.
|
||||
*/
|
||||
virtual bool Init(const UINT8 *progROMPtr, const UINT8 *mpegROMPtr) = 0;
|
||||
|
||||
virtual ~CDSB()
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue