todo make tests working
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user