summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nltypes.h
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2019-11-05 00:08:52 +0100
committer couriersud <couriersud@gmx.org>2019-11-05 00:08:52 +0100
commit22e07506cc763caa4b26dbded8b14c466d8d6949 (patch)
tree73f98f3b1fdff8920669947594417d50e861a095 /src/lib/netlist/nltypes.h
parentf315e47b89d62ddfe70a649dc439a80844d144c0 (diff)
netlist: more consistent exception handling. (nw)
Still not optimal, but better than what we had previously. No exception logging comes closer.
Diffstat (limited to 'src/lib/netlist/nltypes.h')
-rw-r--r--src/lib/netlist/nltypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/nltypes.h b/src/lib/netlist/nltypes.h
index a2ec1fa4ac1..1171d56cd34 100644
--- a/src/lib/netlist/nltypes.h
+++ b/src/lib/netlist/nltypes.h
@@ -61,7 +61,7 @@ namespace netlist
COPYASSIGNMOVE(callbacks_t, default)
/* logging callback */
- virtual void vlog(const plib::plog_level &l, const pstring &ls) const = 0;
+ virtual void vlog(const plib::plog_level &l, const pstring &ls) const noexcept = 0;
};