Documentation specification error resolved

This commit is contained in:
johannagranstrom
2020-08-12 13:59:32 +02:00
parent 467d04b3ac
commit 2df4c09422
@@ -46,6 +46,8 @@
#include <ghoul/misc/templatefactory.h>
#include <functional>
using namespace std::string_literals;
#pragma optimize {"",off}
namespace {
@@ -292,7 +294,7 @@ namespace openspace {
std::string guiName = readString(message);
ghoul::Dictionary renderable = {
{ "Type", "RenderablePointsCloud" },
{ "Type", "RenderablePointsCloud"s },
{ "Color", static_cast<glm::dvec3>(color)},
{ "File", file },
{ "Opacity", static_cast<double>(opacity) },
@@ -301,7 +303,7 @@ namespace openspace {
ghoul::Dictionary gui = {
{ "Name", guiName },
{ "Path", "/Examples" }
{ "Path", "/Examples"s }
};
ghoul::Dictionary node = {