summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Info.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Info.hpp')
-rw-r--r--src/server/LV2Info.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/LV2Info.hpp b/src/server/LV2Info.hpp
index 4a12f5cd..30b43191 100644
--- a/src/server/LV2Info.hpp
+++ b/src/server/LV2Info.hpp
@@ -44,6 +44,7 @@ public:
LilvNode* lv2_default;
LilvNode* lv2_portProperty;
LilvNode* rsz_minimumSize;
+ LilvNode* work_schedule;
Ingen::Shared::World& world() { return *_world; }
LilvWorld* lv2_world() { return _world->lilv_world(); }