mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-27 14:39:20 -06:00
Adapt to changes in codegen that require specifying the identifier in the codegen::doc function
This commit is contained in:
@@ -78,9 +78,7 @@ namespace {
|
||||
namespace openspace {
|
||||
|
||||
documentation::Documentation Renderable::Documentation() {
|
||||
documentation::Documentation doc = codegen::doc<Parameters>();
|
||||
doc.id = "renderable";
|
||||
return doc;
|
||||
return codegen::doc<Parameters>("renderable");
|
||||
}
|
||||
|
||||
ghoul::mm_unique_ptr<Renderable> Renderable::createFromDictionary(
|
||||
|
||||
Reference in New Issue
Block a user