mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-09 21:21:19 -06:00
Fix return-value-optimization errors
This commit is contained in:
@@ -522,7 +522,7 @@ bool ScriptEngine::writeDocumentation(const std::string& filename, const std::st
|
||||
if (!library.empty())
|
||||
total += std::move(library) + ".";
|
||||
total += std::move(function);
|
||||
return std::move(total);
|
||||
return total;
|
||||
};
|
||||
|
||||
// Settings
|
||||
|
||||
Reference in New Issue
Block a user