mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Fix Visual-C build.
This commit is contained in:
parent
6e3f031f42
commit
9d8fbd5274
1 changed files with 0 additions and 4 deletions
|
@ -47,11 +47,7 @@ public:
|
|||
netlist_param_double_t m_freq;
|
||||
netlist_time m_inc;
|
||||
|
||||
#if 0
|
||||
ATTR_HOT inline static void mc_update(netlist_net_t &net, const netlist_time curtime);
|
||||
#else
|
||||
ATTR_HOT inline static void mc_update(netlist_net_t &net);
|
||||
#endif
|
||||
);
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue