1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Fixing Clang warnings 1

This commit is contained in:
Lukas Matena
2021-01-29 16:16:23 +01:00
parent cd1322ce3f
commit 0ff0444dcc
23 changed files with 90 additions and 88 deletions
+1 -1
View File
@@ -553,7 +553,7 @@ void Http::cancel()
Http Http::get(std::string url)
{
return std::move(Http{std::move(url)});
return Http{std::move(url)};
}
Http Http::post(std::string url)