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 8249411ffa
commit 278e1fdd3f
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;
}