summaryrefslogtreecommitdiffstats
path: root/src/server/NodeImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/NodeImpl.hpp')
-rw-r--r--src/server/NodeImpl.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/server/NodeImpl.hpp b/src/server/NodeImpl.hpp
index 3d87b2f2..dc85a757 100644
--- a/src/server/NodeImpl.hpp
+++ b/src/server/NodeImpl.hpp
@@ -35,9 +35,8 @@ namespace Shared { class URIs; }
namespace Server {
class BufferFactory;
-class Context;
class GraphImpl;
-class ProcessContext;
+class RunContext;
/** An object on the audio graph (a Graph, Block, or Port).
*
@@ -88,7 +87,7 @@ public:
* \param maid Any objects no longer needed will be pushed to this
*/
virtual bool apply_poly(
- ProcessContext& context, Raul::Maid& maid, uint32_t poly) = 0;
+ RunContext& context, Raul::Maid& maid, uint32_t poly) = 0;
protected:
NodeImpl(const Ingen::URIs& uris,