summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/Patchage.cpp1
-rw-r--r--src/PatchageCanvas.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index 2c35255..49e632a 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -32,6 +32,7 @@
#include <gtkmm/treemodel.h>
#include "flowcanvas/Module.hpp"
+#include "flowcanvas/Edge.hpp"
#include "patchage-config.h"
#include "UIFile.hpp"
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"