compiling
This commit is contained in:
@@ -23,7 +23,6 @@ EventHandler::EventHandler(std::shared_ptr<IInputDriver> input_driver) :
|
||||
EventHandler::~EventHandler()
|
||||
{
|
||||
this->input_driver->unregister_event_handler(this);
|
||||
this->input_driver = nullptr;
|
||||
}
|
||||
|
||||
// This function is intended to be non pure, if it is called when the derived class doesn't exist anymore
|
||||
|
||||
@@ -42,7 +42,7 @@ private:
|
||||
void notify();
|
||||
|
||||
private:
|
||||
const utility::IBlockingQueue<Event>* event_queue;
|
||||
utility::IBlockingQueue<Event>* event_queue;
|
||||
std::set<IEventHandler*> event_handlers;
|
||||
|
||||
bool is_running;
|
||||
|
||||
Reference in New Issue
Block a user