adapted cmake file

This commit is contained in:
Johannes Wendel
2019-05-21 23:12:49 +02:00
parent e350170b67
commit 628838baa4
3 changed files with 7 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
using Poco::Net::StreamSocket;
using Poco::Net::TCPServerConnection;
using flippR_driver::input::InputDriver;
using flippR_driver::input::detail::EventHandler;
using flippR_driver::input::EventHandler;
using flippR_driver::input::Event;
namespace flippR_driver
@@ -53,7 +53,8 @@ void SocketHandler::handle(Event &event)
this->queue->push(event);
}
}
}
}
}
}