diff --git a/qrenderdoc/Windows/Dialogs/RemoteManager.cpp b/qrenderdoc/Windows/Dialogs/RemoteManager.cpp index 577889a8c..2fb467eb7 100644 --- a/qrenderdoc/Windows/Dialogs/RemoteManager.cpp +++ b/qrenderdoc/Windows/Dialogs/RemoteManager.cpp @@ -610,7 +610,7 @@ void RemoteManager::on_connect_clicked() } // kick off a thread to check the status - LambdaThread *th = new LambdaThread([ this, h = host ]() { + LambdaThread *th = new LambdaThread([h = host]() { RemoteHost host = h; host.CheckStatus(); });