From fd04fe7efcf0434a3c6a35fd2a65c775fb383bd0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 6 Dec 2011 21:01:38 +0000 Subject: FlowCanvas's successor is hereby dubbed Ganv. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3820 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchPortModule.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/PatchPortModule.hpp') diff --git a/src/gui/PatchPortModule.hpp b/src/gui/PatchPortModule.hpp index 04f70ad1..2478796d 100644 --- a/src/gui/PatchPortModule.hpp +++ b/src/gui/PatchPortModule.hpp @@ -20,7 +20,7 @@ #include #include -#include "flowcanvas/Module.hpp" +#include "ganv/Module.hpp" #include "raul/URI.hpp" #include "Port.hpp" @@ -45,7 +45,7 @@ class PortMenu; * * \ingroup GUI */ -class PatchPortModule : public FlowCanvas::Module +class PatchPortModule : public Ganv::Module { public: static PatchPortModule* create( -- cgit v1.2.1