mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix clang error: reference to non-static member function must be called (nw)
This commit is contained in:
parent
6bb9f52288
commit
0a63003caf
@ -129,7 +129,7 @@ protected:
|
||||
, m_soundlatch2(*this, "soundlatch2")
|
||||
, m_region_stars(*this, "stars")
|
||||
, m_led_cboard(*this, "led_cboard%u", 0U)
|
||||
, bootleg_sprite_renderer(fcrash_render_sprites)
|
||||
, bootleg_sprite_renderer(&cps_state::fcrash_render_sprites)
|
||||
{ }
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user