mirror of
https://github.com/holub/mame
synced 2025-10-08 17:37:56 +03:00
MSVC doesn't like classy structs, no idea if this breaks anything.
This commit is contained in:
parent
7d05c64b36
commit
fc7d91a7cb
@ -262,7 +262,7 @@ private:
|
||||
// net_output_t
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
||||
struct net_output_t
|
||||
class net_output_t
|
||||
{
|
||||
public:
|
||||
net_output_t();
|
||||
|
Loading…
Reference in New Issue
Block a user