compiling with distevents
This commit is contained in:
@@ -30,9 +30,9 @@ public:
|
||||
|
||||
private:
|
||||
static void create_input_events(nlohmann::json matrix_config,
|
||||
std::map<char, std::shared_ptr<Event>>& address_event_map,
|
||||
std::map<std::string, std::shared_ptr<Event>>& name_event_map,
|
||||
std::shared_ptr<IEventNotifier> event_notifier);
|
||||
std::map<char, std::shared_ptr<DistributingEvent>>& address_event_map,
|
||||
std::map<std::string, std::shared_ptr<Event>>& name_event_map,
|
||||
std::shared_ptr<IEventNotifier> event_notifier);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user