summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/nl_parser.h')
-rw-r--r--src/lib/netlist/nl_parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/nl_parser.h b/src/lib/netlist/nl_parser.h
index 99a42daed23..d186effc57c 100644
--- a/src/lib/netlist/nl_parser.h
+++ b/src/lib/netlist/nl_parser.h
@@ -25,9 +25,9 @@ namespace netlist
parser_t(nlparse_t &setup);
- bool parse(plib::psource_t::stream_ptr &&strm, const pstring &nlname);
+ bool parse(plib::istream_uptr &&strm, const pstring &nlname);
bool parse(const token_store &tokstor, const pstring &nlname);
- void parse_tokens(plib::psource_t::stream_ptr &&strm, token_store &tokstor);
+ void parse_tokens(plib::istream_uptr &&strm, token_store &tokstor);
protected:
void parse_netlist(const pstring &nlname);