Allow direct editing of calculated widths - like the previous commit did for tangents.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_blinecalcwidth.h
index d44084f..0aa6932 100644 (file)
@@ -49,6 +49,7 @@ public:
        typedef etl::handle<ValueNode_BLineCalcWidth> Handle;
        typedef etl::handle<const ValueNode_BLineCalcWidth> ConstHandle;
 
+       virtual ValueBase operator()(Time t, Real amount)const;
        virtual ValueBase operator()(Time t)const;
 
        virtual ~ValueNode_BLineCalcWidth();