summaryrefslogtreecommitdiffstats
path: root/src/server/InternalBlock.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InternalBlock.hpp')
-rw-r--r--src/server/InternalBlock.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/InternalBlock.hpp b/src/server/InternalBlock.hpp
index c88e87d1..6ba25311 100644
--- a/src/server/InternalBlock.hpp
+++ b/src/server/InternalBlock.hpp
@@ -35,7 +35,7 @@ public:
GraphImpl* parent,
SampleRate rate);
- virtual void pre_process(ProcessContext& context);
+ virtual void pre_process(RunContext& context);
};
} // namespace Server