mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Fix clang error (in machine/netlist.cpp): 'netlist::netlist_t' is not polymorphic (nw)
This commit is contained in:
parent
2054db9d55
commit
c816ca06f7
@ -1229,7 +1229,7 @@ namespace netlist
|
||||
public:
|
||||
|
||||
explicit netlist_t(const pstring &aname, std::unique_ptr<callbacks_t> callbacks);
|
||||
~netlist_t();
|
||||
virtual ~netlist_t();
|
||||
|
||||
/* run functions */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user