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