summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-06 21:01:38 +0000
committerDavid Robillard <d@drobilla.net>2011-12-06 21:01:38 +0000
commitfd04fe7efcf0434a3c6a35fd2a65c775fb383bd0 (patch)
tree4c5b8791f19bcda81060077f2880b30ae4cae4b7 /src/gui/Port.hpp
parenta5f256cf923d165afd273914a13726d745a59cbc (diff)
downloadingen-fd04fe7efcf0434a3c6a35fd2a65c775fb383bd0.tar.gz
ingen-fd04fe7efcf0434a3c6a35fd2a65c775fb383bd0.tar.bz2
ingen-fd04fe7efcf0434a3c6a35fd2a65c775fb383bd0.zip
FlowCanvas's successor is hereby dubbed Ganv.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3820 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r--src/gui/Port.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp
index 569090a5..3cea7bc5 100644
--- a/src/gui/Port.hpp
+++ b/src/gui/Port.hpp
@@ -20,7 +20,7 @@
#include <cassert>
#include <string>
-#include "flowcanvas/Port.hpp"
+#include "ganv/Port.hpp"
#include "raul/SharedPtr.hpp"
#include "raul/WeakPtr.hpp"
@@ -39,12 +39,12 @@ class App;
*
* \ingroup GUI
*/
-class Port : public FlowCanvas::Port
+class Port : public Ganv::Port
{
public:
static Port* create(
App& app,
- FlowCanvas::Module& module,
+ Ganv::Module& module,
SharedPtr<const PortModel> pm,
bool human_name,
bool flip = false);
@@ -66,7 +66,7 @@ public:
private:
Port(App& app,
- FlowCanvas::Module& module,
+ Ganv::Module& module,
SharedPtr<const PortModel> pm,
const std::string& name,
bool flip = false);