summaryrefslogtreecommitdiffstats
path: root/src/server/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-11-14 18:47:19 -0500
committerDavid Robillard <d@drobilla.net>2016-10-02 12:24:56 -0400
commita077166ec6c31ad4aaab738b9dffc139bf3a4d50 (patch)
tree8e32e8003bebe0d879b1f9879f3e88c90b9d1b26 /src/server/wscript
parentc73c877f8bd09e0d5a6663ea5ba32a54465f5376 (diff)
downloadingen-a077166ec6c31ad4aaab738b9dffc139bf3a4d50.tar.gz
ingen-a077166ec6c31ad4aaab738b9dffc139bf3a4d50.tar.bz2
ingen-a077166ec6c31ad4aaab738b9dffc139bf3a4d50.zip
Replace Delay internal with simpler BlockDelay
Diffstat (limited to 'src/server/wscript')
-rw-r--r--src/server/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/wscript b/src/server/wscript
index 6f5ffb86..8fda0b2a 100644
--- a/src/server/wscript
+++ b/src/server/wscript
@@ -44,8 +44,8 @@ def build(bld):
events/SetPortValue.cpp
events/Undo.cpp
ingen_engine.cpp
+ internals/BlockDelay.cpp
internals/Controller.cpp
- internals/Delay.cpp
internals/Note.cpp
internals/Time.cpp
internals/Trigger.cpp