summaryrefslogtreecommitdiffstats
path: root/src/PatchageCanvas.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-04 03:23:13 +0000
committerDavid Robillard <d@drobilla.net>2011-12-04 03:23:13 +0000
commitb06e13296138eddc38fbfc18e53c4f98703f6b65 (patch)
treef048be3cc8f76b5383fa151d438df97c955abfb4 /src/PatchageCanvas.cpp
parente82efbc503f278cd9a84aafd6cb574fc4bfc0e04 (diff)
downloadpatchage-b06e13296138eddc38fbfc18e53c4f98703f6b65.tar.gz
patchage-b06e13296138eddc38fbfc18e53c4f98703f6b65.tar.bz2
patchage-b06e13296138eddc38fbfc18e53c4f98703f6b65.zip
Store C edges in Canvas.
Edge is now truly just a thin C++ wrapper for the C object. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3787 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageCanvas.cpp')
-rw-r--r--src/PatchageCanvas.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp
index 10a156a..acba522 100644
--- a/src/PatchageCanvas.cpp
+++ b/src/PatchageCanvas.cpp
@@ -27,6 +27,8 @@
#include "AlsaDriver.hpp"
#endif
+#include "flowcanvas/Edge.hpp"
+
#include "Patchage.hpp"
#include "PatchageCanvas.hpp"
#include "PatchageModule.hpp"