diff options
author | David Robillard <d@drobilla.net> | 2009-05-03 17:39:16 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-03 17:39:16 +0000 |
commit | 7b35310ff4144aa9116ccf99bcd67afc56792c9e (patch) | |
tree | d033cdbb120bd02edddc86fb3501e7590917cb61 /src/PatchagePort.hpp | |
parent | e2736f329c2a3ffdaf4a5086dc78add3fab97b8a (diff) | |
download | patchage-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/PatchagePort.hpp')
-rw-r--r-- | src/PatchagePort.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index f798329..caabfb8 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -18,7 +18,7 @@ #ifndef PATCHAGE_PATCHAGEPORT_HPP #define PATCHAGE_PATCHAGEPORT_HPP -#include "wafconfig.h" +#include "patchage-config.h" #include <string> #include <boost/shared_ptr.hpp> #include "flowcanvas/Port.hpp" |