diff --git a/src/musikcube/cursespp/SchemaOverlay.cpp b/src/musikcube/cursespp/SchemaOverlay.cpp index 297a60648..33da4e9fc 100644 --- a/src/musikcube/cursespp/SchemaOverlay.cpp +++ b/src/musikcube/cursespp/SchemaOverlay.cpp @@ -311,7 +311,7 @@ void SchemaOverlay::ShowIntOverlay( .SetText(stringValueFor(prefs, entry)) .SetValidator(validator) .SetWidth(overlayWidth()) - .SetInputAcceptedCallback(callback); + .SetInputAcceptedCallback(handler); App::Overlays().Push(dialog); }