code smells

This commit is contained in:
Jonas Zeunert
2018-12-11 14:46:32 +01:00
parent be7afc6261
commit 7fb617a45b
4 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ namespace utility
{
using namespace nlohmann;
InputSocketHandler::InputSocketHandler(boost::asio::io_service &service, std::string socket_file) : SocketHandler(service, socket_file) {}
InputSocketHandler::InputSocketHandler(boost::asio::io_service &service, std::string socket_file) : SocketHandler(service, std::move(socket_file)) {}
void InputSocketHandler::handle(flippR_driver::input::Event &event)
{