]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp
Apply some Clang Tidy suggestions.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / stgconfig.cpp
index 0896bb85f434cacb392166e4e55c12db19099ae8..4666575c1ec4c7191903f86a1e621653173bd122 100644 (file)
@@ -102,7 +102,7 @@ int STG_CONFIG::Start()
         return -1;
     }
 
-    m_thread = std::jthread([this](auto token){ Run(token); });
+    m_thread = std::jthread([this](auto token){ Run(std::move(token)); });
 
     return 0;
 }