From 91031b8f5a4bf86b39e4c4a02412a16e247f8b15 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 7 Oct 2007 17:34:19 +0000 Subject: Start building a common (client/server) abstract interface for graph objects. git-svn-id: http://svn.drobilla.net/lad/ingen@834 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/Port.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/engine/Port.hpp') diff --git a/src/libs/engine/Port.hpp b/src/libs/engine/Port.hpp index e504507c..fa9c454f 100644 --- a/src/libs/engine/Port.hpp +++ b/src/libs/engine/Port.hpp @@ -22,7 +22,7 @@ #include #include #include "types.hpp" -#include "GraphObject.hpp" +#include "GraphObjectImpl.hpp" #include "DataType.hpp" namespace Raul { class Maid; } @@ -42,7 +42,7 @@ class ProcessContext; * * \ingroup engine */ -class Port : public GraphObject +class Port : public GraphObjectImpl { public: virtual ~Port(); -- cgit v1.2.1