summaryrefslogtreecommitdiffstats
path: root/src/Patchage.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/Patchage.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/Patchage.hpp')
-rw-r--r--src/Patchage.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index 199fb45..429249a 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -22,7 +22,7 @@
#include <boost/shared_ptr.hpp>
#include <libgnomecanvasmm.h>
#include <libglademm/xml.h>
-#include "config.h"
+#include "wafconfig.h"
#include "Widget.hpp"
class PatchageCanvas;