diff options
| author | 2015-07-29 08:34:21 +0200 | |
|---|---|---|
| committer | 2015-07-29 08:34:21 +0200 | |
| commit | 1b452e3bfb48e9c77e705a60ab285c382d457e8a (patch) | |
| tree | ec86ee0e176d53492a6f034a473c728cc6896ad7 /src/emu/netlist/nl_factory.c | |
| parent | b038bdab5ba511f2af2c23e24b3508062a42b3b3 (diff) | |
Cleanups and version bumpmame0164
Diffstat (limited to 'src/emu/netlist/nl_factory.c')
| -rw-r--r-- | src/emu/netlist/nl_factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/netlist/nl_factory.c b/src/emu/netlist/nl_factory.c index f4e75b0ab41..edc55af9732 100644 --- a/src/emu/netlist/nl_factory.c +++ b/src/emu/netlist/nl_factory.c @@ -34,7 +34,7 @@ ATTR_COLD const pstring_list_t base_factory_t::def_params() } -factory_list_t::factory_list_t( setup_t &setup) +factory_list_t::factory_list_t( setup_t &setup) : m_setup(setup) { } |
