summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.cpp
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
commit7a0c02f70f08aa39cba1f83be690f74949a53911 (patch)
tree636437f0740e00b36db5a1dc52210c53100c0c00 /src/PatchageModule.cpp
parent9113cdcde8bc1c54ee02a5875ba20e27a3b77fae (diff)
downloadpatchage-7a0c02f70f08aa39cba1f83be690f74949a53911.tar.gz
patchage-7a0c02f70f08aa39cba1f83be690f74949a53911.tar.bz2
patchage-7a0c02f70f08aa39cba1f83be690f74949a53911.zip
FlowCanvas's successor is hereby dubbed Ganv.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3820 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageModule.cpp')
-rw-r--r--src/PatchageModule.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp
index 46188f8..8b6a2ec 100644
--- a/src/PatchageModule.cpp
+++ b/src/PatchageModule.cpp
@@ -131,18 +131,18 @@ PatchageModule::join()
}
void
-PatchageModule::add_port(FlowCanvas::Port* port)
+PatchageModule::add_port(Ganv::Port* port)
{
std::cerr << "FIXME: add port" << std::endl;
- //FlowCanvas::Module::add_port(port);
+ //Ganv::Module::add_port(port);
update_menu();
}
void
-PatchageModule::remove_port(FlowCanvas::Port* port)
+PatchageModule::remove_port(Ganv::Port* port)
{
std::cerr << "FIXME: remove port" << std::endl;
- //FlowCanvas::Module::remove_port(port);
+ //Ganv::Module::remove_port(port);
update_menu();
}