From f4a8947528950ce55977da1c470146d42a70955c Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 18 Apr 2021 12:11:24 -0230 Subject: [PATCH] Fix method in header and implementation with different parameter. --- src/gui/Dialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }