state-handler: fix constructor args

This commit is contained in:
Vasily Davydov
2022-10-05 11:04:10 +03:00
parent 19424b0976
commit f77fd5040d
9 changed files with 154 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
#include <StateHandler.h>
StateHandler::StateHandler(EVENT_HANDL * btns) {
StateHandler::StateHandler(EVENT_HANDL btns) {
// TODO Auto-generated constructor stub
}