diff options
author | 2020-05-25 23:56:24 +0200 | |
---|---|---|
committer | 2020-05-25 23:57:47 +0200 | |
commit | c432b50bda3c2318513b28de3d8a4c42f2cee176 (patch) | |
tree | a1ce8ea7e0d427e08ba1ce047e7afa0936d260ff /src/devices/machine/netlist.h | |
parent | c78070781dce839ef3b7833a48e62a763cedbbd4 (diff) |
netlist: move configuration entries into netlist namespace. (nw)
Diffstat (limited to 'src/devices/machine/netlist.h')
-rw-r--r-- | src/devices/machine/netlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/netlist.h b/src/devices/machine/netlist.h index 539fb23aeb6..dfd67a88afe 100644 --- a/src/devices/machine/netlist.h +++ b/src/devices/machine/netlist.h @@ -339,7 +339,7 @@ protected: virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override; private: - netlist::param_num_t<nl_fptype> *m_param; + netlist::param_num_t<netlist::nl_fptype> *m_param; bool m_auto_port; const char *m_param_name; double m_value_for_device_timer; |