todo make tests working

This commit is contained in:
Jonas Zeunert
2018-09-26 20:59:50 +02:00
parent 0f8d28667c
commit a914b2b0c8
5 changed files with 6 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ public:
virtual void register_event_handler(IEventHandler* handler) = 0;
virtual void unregister_event_handler(IEventHandler* handler) = 0;
virtual void distribute_event(std::shared_ptr<Event> event) = 0;
virtual void distribute_event(Event &event) = 0;
};
}