summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_parser.h
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2020-09-12 23:52:07 +0200
committer couriersud <couriersud@gmx.org>2020-09-12 23:52:20 +0200
commit672633836275d4010f30f8edda97e71e956aa95f (patch)
treea990d82f8bf01d964590b9c02c2f9e51bf55439f /src/lib/netlist/nl_parser.h
parentfcd09ebdc606f197d14e8f32c3eceef442f45777 (diff)
netlist: Move selected NET_MODELS into the core
Diffstat (limited to 'src/lib/netlist/nl_parser.h')
-rw-r--r--src/lib/netlist/nl_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/nl_parser.h b/src/lib/netlist/nl_parser.h
index aafe0911a2e..077f1b10792 100644
--- a/src/lib/netlist/nl_parser.h
+++ b/src/lib/netlist/nl_parser.h
@@ -30,7 +30,7 @@ namespace netlist
void parse_tokens(plib::istream_uptr &&strm, token_store &tokstor);
protected:
- void parse_netlist(const pstring &nlname);
+ void parse_netlist();
void net_alias();
void dippins();
void netdev_param();