summaryrefslogtreecommitdiffstats
path: root/src/server/Worker.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Worker.hpp')
-rw-r--r--src/server/Worker.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Worker.hpp b/src/server/Worker.hpp
index f8c9216e..9b69edb2 100644
--- a/src/server/Worker.hpp
+++ b/src/server/Worker.hpp
@@ -38,7 +38,7 @@ public:
~Worker();
struct Schedule : public LV2Features::Feature {
- SharedPtr<LV2_Feature> feature(World* world, GraphObject* n);
+ SharedPtr<LV2_Feature> feature(World* world, Node* n);
};
LV2_Worker_Status request(LV2Block* block,