summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/rotor.cpp')
-rw-r--r--rotord/src/rotor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp
index d75b9ed..6c1c61e 100644
--- a/rotord/src/rotor.cpp
+++ b/rotord/src/rotor.cpp
@@ -69,7 +69,7 @@ bool Image_input::connect(Node* source) {
}
Image* Image_input::get(const Frame_spec& time){ //gets input and updates variable
if (connection){
- return (((Image_node*)connection)->get_output(time));
+ return (((Image_node*)connection)->get_image_output(time));
}
else return nullptr;
}