From c1775fa65273b5f5590a0319563159b13e901fbb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jan 2011 20:59:40 +0000 Subject: Code cleanups (cpplint). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2804 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageModule.hpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/PatchageModule.hpp') diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 3e7bcbd..734ff0f 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -24,18 +24,16 @@ #include "StateManager.hpp" -using namespace FlowCanvas; - class Patchage; -class PatchageModule : public Module +class PatchageModule : public FlowCanvas::Module { public: PatchageModule(Patchage* app, const std::string& name, ModuleType type, double x=0, double y=0); ~PatchageModule(); - void add_port(boost::shared_ptr port); - void remove_port(boost::shared_ptr port); + void add_port(boost::shared_ptr port); + void remove_port(boost::shared_ptr port); void split(); void join(); -- cgit v1.2.1