diff options
Diffstat (limited to 'src/lib/netlist/devices/nld_log.cpp')
-rw-r--r-- | src/lib/netlist/devices/nld_log.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/netlist/devices/nld_log.cpp b/src/lib/netlist/devices/nld_log.cpp index 36ee7619e6f..b00dc62ff0d 100644 --- a/src/lib/netlist/devices/nld_log.cpp +++ b/src/lib/netlist/devices/nld_log.cpp @@ -46,6 +46,8 @@ namespace netlist m_sem_r.acquire(); } + PCOPYASSIGNMOVE(NETLIB_NAME(log), delete) + NETLIB_DESTRUCTOR(log) { if (m_reset) |