Mark these virtual before I forget and later waste time debugging it.

This commit is contained in:
Aaron Giles 2010-01-20 03:42:17 +00:00
parent 4aa2483e57
commit 9dd322ab7f

View File

@ -385,7 +385,7 @@ class device_config
public:
device_config(const device_config *owner, device_type type, const char *tag, UINT32 clock);
~device_config();
virtual ~device_config();
device_config *typenext() const
{
@ -439,7 +439,7 @@ public: // private eventually
public:
running_device(running_machine &machine, const device_config &config);
~running_device();
virtual ~running_device();
const device_config &baseconfig() const { return _baseconfig; }