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.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/server/InternalBlock.hpp b/src/server/InternalBlock.hpp
index 6ba25311..a57bd89f 100644
--- a/src/server/InternalBlock.hpp
+++ b/src/server/InternalBlock.hpp
@@ -1,6 +1,6 @@
/*
This file is part of Ingen.
- Copyright 2007-2015 David Robillard <http://drobilla.net/>
+ Copyright 2007-2016 David Robillard <http://drobilla.net/>
Ingen is free software: you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free
@@ -35,6 +35,10 @@ public:
GraphImpl* parent,
SampleRate rate);
+ BlockImpl* duplicate(Engine& engine,
+ const Raul::Symbol& symbol,
+ GraphImpl* parent);
+
virtual void pre_process(RunContext& context);
};