From fc7d91a7cbfa3f4c3a3d40b69fb1514b3e7753fb Mon Sep 17 00:00:00 2001 From: smf- Date: Thu, 26 Jul 2012 19:51:57 +0000 Subject: [PATCH] MSVC doesn't like classy structs, no idea if this breaks anything. --- src/emu/machine/netlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/machine/netlist.h b/src/emu/machine/netlist.h index a94a89b90be..561179fafc9 100644 --- a/src/emu/machine/netlist.h +++ b/src/emu/machine/netlist.h @@ -262,7 +262,7 @@ private: // net_output_t // ---------------------------------------------------------------------------------------- -struct net_output_t +class net_output_t { public: net_output_t();