summaryrefslogtreecommitdiffstats
path: root/src/GladeFile.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-12-21 17:04:40 +0000
committerDavid Robillard <d@drobilla.net>2008-12-21 17:04:40 +0000
commit932dc364870c4d29b06bdfc8c7725b2409967c12 (patch)
tree61d14658c556a48bb5a834122ae6ae11154dc57e /src/GladeFile.hpp
parent1ac39ebac020c8c020387cda7aaf1524823a3167 (diff)
downloadpatchage-932dc364870c4d29b06bdfc8c7725b2409967c12.tar.gz
patchage-932dc364870c4d29b06bdfc8c7725b2409967c12.tar.bz2
patchage-932dc364870c4d29b06bdfc8c7725b2409967c12.zip
Change configuration header name to something less likely to conflict.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1887 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 2d868ed..159f568 100644
--- a/src/GladeFile.hpp
+++ b/src/GladeFile.hpp
@@ -23,7 +23,7 @@
#include <sstream>
#include <stdexcept>
#include <libglademm/xml.h>
-#include "config.h"
+#include "wafconfig.h"
#include "binary_location.h"
class GladeFile {