From 98d36c7a799d8514cfa570f3cf7083c695e21e7b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 11 Apr 2007 20:28:25 +0000 Subject: Minor code cleanups/cruft removal. git-svn-id: http://svn.drobilla.net/lad/ingen@442 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/Node.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libs/engine/Node.h') diff --git a/src/libs/engine/Node.h b/src/libs/engine/Node.h index 4fe43d03..93f032a8 100644 --- a/src/libs/engine/Node.h +++ b/src/libs/engine/Node.h @@ -87,14 +87,14 @@ public: /** Nodes that are connected to this Node's inputs. * (This Node depends on them) */ - virtual Raul::List* providers() = 0; - virtual void providers(Raul::List* l) = 0; + virtual Raul::List* providers() = 0; + virtual void providers(Raul::List* l) = 0; /** Nodes are are connected to this Node's outputs. * (They depend on this Node) */ - virtual Raul::List* dependants() = 0; - virtual void dependants(Raul::List* l) = 0; + virtual Raul::List* dependants() = 0; + virtual void dependants(Raul::List* l) = 0; /** The Patch this Node belongs to. */ virtual Patch* parent_patch() const = 0; -- cgit v1.2.1