summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/nl_factory.cpp')
-rw-r--r--src/lib/netlist/nl_factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/nl_factory.cpp b/src/lib/netlist/nl_factory.cpp
index 793a0b4d1bc..c9d5ea7e29f 100644
--- a/src/lib/netlist/nl_factory.cpp
+++ b/src/lib/netlist/nl_factory.cpp
@@ -52,7 +52,7 @@ namespace netlist { namespace factory
{
}
- void list_t::register_device(std::unique_ptr<element_t> &&factory)
+ void list_t::register_device(plib::unique_ptr<element_t> &&factory)
{
for (auto & e : *this)
if (e->name() == factory->name())