diff options
Diffstat (limited to 'src/lib/netlist/devices/nld_7442.cpp')
-rw-r--r-- | src/lib/netlist/devices/nld_7442.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_7442.cpp b/src/lib/netlist/devices/nld_7442.cpp index 54bcb0feed4..4137f51bb6c 100644 --- a/src/lib/netlist/devices/nld_7442.cpp +++ b/src/lib/netlist/devices/nld_7442.cpp @@ -12,7 +12,7 @@ namespace netlist { namespace devices { - static C14CONSTEXPR const netlist_time delay = NLTIME_FROM_NS(30); // Worst-case through 3 levels of logic + static constexpr const netlist_time delay = NLTIME_FROM_NS(30); // Worst-case through 3 levels of logic NETLIB_OBJECT(7442) { |