Adapt to updates in master

This commit is contained in:
Emma Broman
2021-12-03 14:21:10 +01:00
parent b33488a4ad
commit a60042ef2f
2 changed files with 2 additions and 4 deletions
@@ -98,9 +98,7 @@ namespace {
namespace openspace {
documentation::Documentation RenderablePointsCloud::Documentation() {
documentation::Documentation doc = codegen::doc<Parameters>();
doc.id = "softwareintegration_renderable_pointscloud";
return doc;
return codegen::doc<Parameters>("softwareintegration_renderable_pointscloud");
}
RenderablePointsCloud::RenderablePointsCloud(const ghoul::Dictionary& dictionary)