X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_reciprocal.h;h=516ef47f6fd7b0af73e61deef6b8a4566e9f2638;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=820fca3642ee479efc8c85aed778f8e162ff4745;hpb=c1bc26f5ac49529976e682fbdb9eff2da11eb709;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_reciprocal.h b/synfig-core/trunk/src/synfig/valuenode_reciprocal.h index 820fca3..516ef47 100644 --- a/synfig-core/trunk/src/synfig/valuenode_reciprocal.h +++ b/synfig-core/trunk/src/synfig/valuenode_reciprocal.h @@ -46,8 +46,7 @@ public: typedef etl::handle Handle; typedef etl::handle ConstHandle; - ValueNode_Reciprocal(const ValueBase::Type &x); - ValueNode_Reciprocal(const ValueNode::Handle &x); + ValueNode_Reciprocal(const ValueBase &x); virtual ValueBase operator()(Time t)const;