diff options
Diffstat (limited to 'src/libs/engine/Port.hpp')
-rw-r--r-- | src/libs/engine/Port.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <string> #include <raul/Array.hpp> #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(); |