From 71ec01c3749093df7dc7167467fb9e2c2f289669 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 2 Dec 2011 03:48:50 +0000 Subject: Ellipse => Node. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3743 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchCanvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/PatchCanvas.cpp b/src/gui/PatchCanvas.cpp index 960a4c30..9b77683b 100644 --- a/src/gui/PatchCanvas.cpp +++ b/src/gui/PatchCanvas.cpp @@ -21,7 +21,7 @@ #include #include "raul/log.hpp" #include "flowcanvas/Canvas.hpp" -#include "flowcanvas/Ellipse.hpp" +#include "flowcanvas/Node.hpp" #include "ingen/ServerInterface.hpp" #include "ingen/shared/LV2URIMap.hpp" #include "ingen/shared/Builder.hpp" -- cgit v1.2.1