summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/palloc.h
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2017-01-13 00:52:22 +0100
committer couriersud <couriersud@gmx.org>2017-01-14 16:35:55 +0100
commitef8b7ccb6b7a96c6438b7ddd7b4e0952082df05b (patch)
treeeebc9af7e5270fd8a2d34de774cc1f9a5a130027 /src/lib/netlist/plib/palloc.h
parent63e3b8c16c39774df51bd5cf380624256509fc3c (diff)
Core refactoring
- connect_late ==> connect - register nets where they are created
Diffstat (limited to 'src/lib/netlist/plib/palloc.h')
-rw-r--r--src/lib/netlist/plib/palloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/netlist/plib/palloc.h b/src/lib/netlist/plib/palloc.h
index 1f4a5b083d9..2d223180b3d 100644
--- a/src/lib/netlist/plib/palloc.h
+++ b/src/lib/netlist/plib/palloc.h
@@ -61,6 +61,7 @@ public:
owned_ptr(SC *p, bool owned) noexcept
: m_ptr(p), m_is_owned(owned)
{ }
+
owned_ptr(const owned_ptr &r) = delete;
owned_ptr & operator =(owned_ptr &r) = delete;