Remove Clang warnings

This commit is contained in:
Alexander Bock
2018-09-25 12:23:55 -04:00
parent 0ca84d91f1
commit 4ed9fec9f9
10 changed files with 11 additions and 11 deletions

View File

@@ -1326,6 +1326,7 @@ scripting::LuaLibrary OpenSpaceEngine::luaLibrary() {
"clusterId",
&luascriptfunctions::clusterId,
{},
"",
"Returns the zero-based identifier for this OpenSpace instance in a "
"cluster configuration. If this instance is not part of a cluster, this "
"identifier is always 0."