diff --git a/src/gui/Dialog.cxx b/src/gui/Dialog.cxx index 72608fa5b..c2e4b71f9 100644 --- a/src/gui/Dialog.cxx +++ b/src/gui/Dialog.cxx @@ -490,7 +490,7 @@ void Dialog::buildCurrentFocusList(int tabID) } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -void Dialog::addRenderCallback(const std::function& callback) +void Dialog::addRenderCallback(const RenderCallback& callback) { _renderCallback = callback; }