drowaudio/presentations

ButtonCallbacks - Additional Safety typo

Closed this issue · 1 comments

the destruction needs to have button->removeListener(this), not button.removeListener(this). Otherwise it won't compile.

Thanks, I've updated that now