Fix method in header and implementation with different parameter.

This commit is contained in:
Stephen Anthony 2021-04-18 12:11:24 -02:30
parent 7f98563a6f
commit f4a8947528
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}