summaryrefslogtreecommitdiffstats
path: root/src/engine/PortImpl.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-03 00:56:34 +0000
committerDavid Robillard <d@drobilla.net>2009-06-03 00:56:34 +0000
commit952d0c985dd511050ba17f4e293faf01d7885dad (patch)
tree482c0bbd38f3afb058a2a4c4d984c13a842b9073 /src/engine/PortImpl.cpp
parent6fa626aa20ca44e17713d947d60ec661ba44f0f5 (diff)
downloadingen-952d0c985dd511050ba17f4e293faf01d7885dad.tar.gz
ingen-952d0c985dd511050ba17f4e293faf01d7885dad.tar.bz2
ingen-952d0c985dd511050ba17f4e293faf01d7885dad.zip
Chop "Event" from event source file names.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2066 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/PortImpl.cpp')
-rw-r--r--src/engine/PortImpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/PortImpl.cpp b/src/engine/PortImpl.cpp
index 913bbc2e..64dbf511 100644
--- a/src/engine/PortImpl.cpp
+++ b/src/engine/PortImpl.cpp
@@ -24,8 +24,8 @@
#include "AudioBuffer.hpp"
#include "EventBuffer.hpp"
#include "ProcessContext.hpp"
-#include "events/SendPortValueEvent.hpp"
-#include "events/SendPortActivityEvent.hpp"
+#include "events/SendPortValue.hpp"
+#include "events/SendPortActivity.hpp"
using namespace std;
using namespace Raul;