mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Adapt to changes in codegen that require specifying the identifier in the codegen::doc function
This commit is contained in:
@@ -103,9 +103,7 @@ namespace {
|
||||
namespace openspace {
|
||||
|
||||
documentation::Documentation RenderableRings::Documentation() {
|
||||
documentation::Documentation doc = codegen::doc<Parameters>();
|
||||
doc.id = "space_renderable_rings";
|
||||
return doc;
|
||||
return codegen::doc<Parameters>("space_renderable_rings");
|
||||
}
|
||||
|
||||
RenderableRings::RenderableRings(const ghoul::Dictionary& dictionary)
|
||||
|
||||
Reference in New Issue
Block a user