Previous 199869 Revisions Next

r31379 Tuesday 22nd July, 2014 at 09:16:16 UTC by Oliver Stöneberg
added virtual destructor to msx_internal_slot_interface to fix clang warning (nw)
[src/emu/bus/msx_slot]slot.h

trunk/src/emu/bus/msx_slot/slot.h
r31378r31379
2020{
2121public:
2222   msx_internal_slot_interface();
23   virtual ~msx_internal_slot_interface() { }
2324
2425   // static configuration helpers
2526   static void set_start_address(device_t &device, UINT32 start_address);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team