diff options
Diffstat (limited to 'src/lib/netlist/devices/nld_system.cpp')
-rw-r--r-- | src/lib/netlist/devices/nld_system.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_system.cpp b/src/lib/netlist/devices/nld_system.cpp index c3f4cd5d270..36ae9bc6e35 100644 --- a/src/lib/netlist/devices/nld_system.cpp +++ b/src/lib/netlist/devices/nld_system.cpp @@ -62,7 +62,7 @@ namespace devices NETLIB_RESETI() { m_cnt = 0; - m_off = netlist_time::from_fp<decltype(m_offset())>(m_offset()); + m_off = netlist_time::from_fp<param_fp_t::value_type>(m_offset()); m_feedback.set_delegate(NETLIB_DELEGATE(first)); } //NETLIB_UPDATE_PARAMI(); |