X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fwaypoint.cpp;h=1befa6f23725e2f86602d08dfebb5c9011dc7bb7;hb=b177280b8815c394cb67c713eb34260ebb72de94;hp=6d5653cf3be47812eb4a62f55907db8127b899db;hpb=0807b7728f5e0ff8021d153ef01225102c2b7330;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/waypoint.cpp b/synfig-core/trunk/src/synfig/waypoint.cpp index 6d5653c..1befa6f 100644 --- a/synfig-core/trunk/src/synfig/waypoint.cpp +++ b/synfig-core/trunk/src/synfig/waypoint.cpp @@ -63,7 +63,7 @@ Waypoint::Waypoint(ValueBase value, Time time): after=before=INTERPOLATION_LINEAR; } -Waypoint::Waypoint(ValueNode::Handle value_node, Time time): +Waypoint::Waypoint(etl::handle value_node, Time time): priority_(0), before(INTERPOLATION_TCB), after(INTERPOLATION_TCB), @@ -99,7 +99,7 @@ Waypoint::set_value(const ValueBase &x) } void -Waypoint::set_value_node(const ValueNode::Handle &x) +Waypoint::set_value_node(const etl::handle &x) { if(!value_node && x->get_type()==ValueBase::TYPE_ANGLE) after=before=INTERPOLATION_LINEAR;