mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
fixed msvc compilation
This commit is contained in:
parent
038f1828c4
commit
a46cec5b59
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
// TYPE DEFINITIONS
|
||||
//**************************************************************************
|
||||
|
||||
struct mas3507d_device_config : public device_config, public device_config_sound_interface
|
||||
class mas3507d_device_config : public device_config, public device_config_sound_interface
|
||||
{
|
||||
friend class mas3507d_device;
|
||||
|
||||
|
|
Loading…
Reference in a new issue