From 85bb4d466efeb2540363065d7c0987a9d60f70e9 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 19 Sep 2018 01:15:01 +0800 Subject: finish animation!!! --- CruUI/cru_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CruUI/cru_event.h') diff --git a/CruUI/cru_event.h b/CruUI/cru_event.h index f5e548c0..3a2dccfa 100644 --- a/CruUI/cru_event.h +++ b/CruUI/cru_event.h @@ -46,7 +46,7 @@ namespace cru { using ArgsType = TArgsType; - using EventHandler = Action; + using EventHandler = Function; using EventHandlerPtr = std::shared_ptr; Event() = default; -- cgit v1.2.3