summaryrefslogtreecommitdiffstats
path: root/src/GladeFile.hpp
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/GladeFile.hpp
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/GladeFile.hpp')
-rw-r--r--src/GladeFile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GladeFile.hpp b/src/GladeFile.hpp
index 159f568..5a0d812 100644
--- a/src/GladeFile.hpp
+++ b/src/GladeFile.hpp
@@ -23,7 +23,7 @@
#include <sstream>
#include <stdexcept>
#include <libglademm/xml.h>
-#include "wafconfig.h"
+#include "patchage-config.h"
#include "binary_location.h"
class GladeFile {