summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-03 17:39:16 +0000
committerDavid Robillard <d@drobilla.net>2009-05-03 17:39:16 +0000
commit7b35310ff4144aa9116ccf99bcd67afc56792c9e (patch)
treed033cdbb120bd02edddc86fb3501e7590917cb61 /src/PatchageEvent.cpp
parente2736f329c2a3ffdaf4a5086dc78add3fab97b8a (diff)
downloadpatchage-7b35310ff4144aa9116ccf99bcd67afc56792c9e.tar.gz
patchage-7b35310ff4144aa9116ccf99bcd67afc56792c9e.tar.bz2
patchage-7b35310ff4144aa9116ccf99bcd67afc56792c9e.zip
Update waf configuration header for new waf scheme (in 1.5.6).
Split low-level LV2 event buffer into separate class from EventBuffer (for reuse). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1958 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r--src/PatchageEvent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp
index 9cb7963..63fa029 100644
--- a/src/PatchageEvent.cpp
+++ b/src/PatchageEvent.cpp
@@ -15,7 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "wafconfig.h"
+#include "patchage-config.h"
#include "raul/SharedPtr.hpp"
#include "Patchage.hpp"
#include "PatchageCanvas.hpp"