mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +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:
|
||||
msx_internal_slot_interface();
|
||||
virtual ~msx_internal_slot_interface() { }
|
||||
|
||||
// static configuration helpers
|
||||
static void set_start_address(device_t &device, UINT32 start_address);
|
||||
|
Loading…
Reference in New Issue
Block a user