mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
infoxml.cpp: Fix build (nw)
This commit is contained in:
parent
e53b995a47
commit
a91d1faee8
@ -1942,9 +1942,9 @@ void output_software_lists(std::ostream &out, device_t &root, const char *root_t
|
||||
{
|
||||
for (const software_list_device &swlist : software_list_device_iterator(root))
|
||||
{
|
||||
if (&static_cast<device_t &>(swlist) == &root)
|
||||
if (&static_cast<const device_t &>(swlist) == &root)
|
||||
{
|
||||
assert(swlist.list_name.empty());
|
||||
assert(swlist.list_name().empty());
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user