Apply http://patches.synfig.org/r/4/: Fix bad time entry when format is set to FFf...
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_blinecalctangent.h
index 92e219a..a1e1806 100644 (file)
@@ -40,6 +40,9 @@ class ValueNode_BLineCalcTangent : public LinkableValueNode
        ValueNode::RHandle bline_;
        ValueNode::RHandle loop_;
        ValueNode::RHandle amount_;
+       ValueNode::RHandle offset_;
+       ValueNode::RHandle scale_;
+       ValueNode::RHandle fixed_length_;
 
        ValueNode_BLineCalcTangent(const ValueBase::Type &x=ValueBase::TYPE_VECTOR);
 
@@ -48,6 +51,7 @@ public:
        typedef etl::handle<ValueNode_BLineCalcTangent> Handle;
        typedef etl::handle<const ValueNode_BLineCalcTangent> ConstHandle;
 
+       virtual ValueBase operator()(Time t, Real amount)const;
        virtual ValueBase operator()(Time t)const;
 
        virtual ~ValueNode_BLineCalcTangent();