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/PatchageModule.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/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index ce41d9c..e21f67d 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -18,7 +18,7 @@ #ifndef PATCHAGE_PATCHAGEMODULE_HPP #define PATCHAGE_PATCHAGEMODULE_HPP -#include "wafconfig.h" +#include "patchage-config.h" #include <string> #include <libgnomecanvasmm.h> #ifdef HAVE_ALSA |