Commit f5054fd5 authored by Marek Trtik's avatar Marek Trtik
Browse files

Fixed compile issue

parent 6d6785cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ bool Driver::start_client(std::string address, int port)
        return false;
    }

    socket->register_on_connected([this]
    socket->register_on_connected([this, &address, port]
    {
        add_connection(0);
        LOG(LSL_DEBUG, "[NetDriver] Client Connected to " << address << ":" << port);