diff options
author | 2019-09-29 00:31:30 +0200 | |
---|---|---|
committer | 2019-09-29 00:31:30 +0200 | |
commit | cc8114f39463d338030fa48025d7fa27d5df981b (patch) | |
tree | 4d7c21676c53fb206f72c76d8d272419760889ca /src/lib/netlist/plib/pexception.cpp | |
parent | 5ad9faa783b27c2744dee5f182fc94a885d47e34 (diff) |
netlist: less cpp - more headers (nw)
- move more code in headers - delete some cpp files.
Diffstat (limited to 'src/lib/netlist/plib/pexception.cpp')
-rw-r--r-- | src/lib/netlist/plib/pexception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/plib/pexception.cpp b/src/lib/netlist/plib/pexception.cpp index 8d6907d66f2..1b32549be87 100644 --- a/src/lib/netlist/plib/pexception.cpp +++ b/src/lib/netlist/plib/pexception.cpp @@ -77,7 +77,7 @@ namespace plib { fpexception_e::fpexception_e(const pstring &text) - : pexception(pfmt("Out of memory: {}")(text)) + : pexception(pfmt("Exception error: {}")(text)) { } |