summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_base.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2020-07-28 20:42:44 +0200
committer couriersud <couriersud@gmx.org>2020-07-28 20:42:47 +0200
commit0cbbbdc846f7efdc47df0639bb1ce72f0e8e79e8 (patch)
tree713ebc6b405d657dc9ca05c3be34392a3f57d734 /src/lib/netlist/nl_base.cpp
parent09e987486a38e9e9f94e468b77f4cd7f4aa5259c (diff)
netlist: source stream refactoring
* This is an infrastructure change to enable better error reporting including file/source and line numbers in the future
Diffstat (limited to 'src/lib/netlist/nl_base.cpp')
-rw-r--r--src/lib/netlist/nl_base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/nl_base.cpp b/src/lib/netlist/nl_base.cpp
index 6eb2ec8c6c3..f5fe2597c2b 100644
--- a/src/lib/netlist/nl_base.cpp
+++ b/src/lib/netlist/nl_base.cpp
@@ -903,7 +903,7 @@ namespace netlist
}
- std::unique_ptr<std::istream> param_data_t::stream()
+ plib::psource_t::stream_ptr param_data_t::stream()
{
return device().state().parser().get_data_stream(str());
}