mirror of
https://github.com/holub/mame
synced 2025-06-08 05:44:09 +03:00
added virtual destructor to msx_internal_slot_interface to fix clang warning (nw)
This commit is contained in:
parent
00e0aab572
commit
755ed6b9fd
@ -20,6 +20,7 @@ class msx_internal_slot_interface
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
msx_internal_slot_interface();
|
msx_internal_slot_interface();
|
||||||
|
virtual ~msx_internal_slot_interface() { }
|
||||||
|
|
||||||
// static configuration helpers
|
// static configuration helpers
|
||||||
static void set_start_address(device_t &device, UINT32 start_address);
|
static void set_start_address(device_t &device, UINT32 start_address);
|
||||||
|
Loading…
Reference in New Issue
Block a user