Fix clang error: reference to non-static member function must be called (nw)

This commit is contained in:
AJR 2019-11-09 16:40:25 -05:00
parent 6bb9f52288
commit 0a63003caf

View File

@ -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: