diff options
author | crupest <crupest@outlook.com> | 2018-09-19 01:15:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-09-19 01:15:01 +0800 |
commit | 85bb4d466efeb2540363065d7c0987a9d60f70e9 (patch) | |
tree | ea5e5aa738afb37a2d3bc4e74f9be64c15f3d188 /CruUI/cru_event.h | |
parent | 4710715102df3806479985679bd8048631ccaab5 (diff) | |
download | cru-85bb4d466efeb2540363065d7c0987a9d60f70e9.tar.gz cru-85bb4d466efeb2540363065d7c0987a9d60f70e9.tar.bz2 cru-85bb4d466efeb2540363065d7c0987a9d60f70e9.zip |
finish animation!!!
Diffstat (limited to 'CruUI/cru_event.h')
-rw-r--r-- | CruUI/cru_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<ArgsType&>; + using EventHandler = Function<void(ArgsType&)>; using EventHandlerPtr = std::shared_ptr<EventHandler>; Event() = default; |