diff options
author | 2020-07-25 14:44:11 +0200 | |
---|---|---|
committer | 2020-07-25 14:47:20 +0200 | |
commit | c29a37c3931c811fb3c19e387aecd6cb61322ad4 (patch) | |
tree | 3a6a9f07e3b110f0237d58dd64fb109a09d08c36 /src/lib/netlist/devices/nld_log.cpp | |
parent | 3a9ab286c6c03567ae037a192025d7dbd02e5099 (diff) |
netlist: fix some clang tidy warnings.
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) |