Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
castle055 committed Apr 4, 2024
2 parents a4f138d + 172577b commit 08e34f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/components/component_event_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ std::unordered_map<std::string, listener_data_t> get_event_listeners() override
}

#define ON_EVENT(EVENT, ...) \
{ EVENT ::type, {[&](cydui::async::event_t* ev) { \
{ EVENT ::type, {[&](cydui::async::event_t ev) { \
if (nullptr == state) return; \
auto parsed_event = ev->parse<EVENT>(); \
[&](const cydui::async::ParsedEvent<EVENT>::DataType* ev) \
Expand Down

0 comments on commit 08e34f7

Please sign in to comment.