summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/GraphObjectImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/GraphObjectImpl.cpp')
-rw-r--r--src/libs/engine/GraphObjectImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/GraphObjectImpl.cpp b/src/libs/engine/GraphObjectImpl.cpp
index 966f8238..d0820f61 100644
--- a/src/libs/engine/GraphObjectImpl.cpp
+++ b/src/libs/engine/GraphObjectImpl.cpp
@@ -25,7 +25,7 @@ namespace Ingen {
Patch*
GraphObjectImpl::parent_patch() const
{
- return dynamic_cast<Patch*>((Node*)_parent);
+ return dynamic_cast<Patch*>((NodeImpl*)_parent);
}