mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 02:48:25 -05:00
Adapt to changes in codegen that require specifying the identifier in the codegen::doc function
This commit is contained in:
@@ -68,9 +68,7 @@ namespace {
|
||||
namespace openspace {
|
||||
|
||||
documentation::Documentation TimeFrameInterval::Documentation() {
|
||||
documentation::Documentation doc = codegen::doc<Parameters>();
|
||||
doc.id = "base_time_frame_interval";
|
||||
return doc;
|
||||
return codegen::doc<Parameters>("base_time_frame_interval");
|
||||
}
|
||||
|
||||
bool TimeFrameInterval::isActive(const Time& time) const {
|
||||
|
||||
Reference in New Issue
Block a user