mirror of https://github.com/stella-emu/stella.git
Fix method in header and implementation with different parameter.
This commit is contained in:
parent
7f98563a6f
commit
f4a8947528
|
@ -490,7 +490,7 @@ void Dialog::buildCurrentFocusList(int tabID)
|
|||
}
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
void Dialog::addRenderCallback(const std::function<void()>& callback)
|
||||
void Dialog::addRenderCallback(const RenderCallback& callback)
|
||||
{
|
||||
_renderCallback = callback;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue