From b06e13296138eddc38fbfc18e53c4f98703f6b65 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Dec 2011 03:23:13 +0000 Subject: 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 --- src/Patchage.cpp | 1 + src/PatchageCanvas.cpp | 2 ++ 2 files changed, 3 insertions(+) (limited to 'src') 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 #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" -- cgit v1.2.1