X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_blinecalcwidth.h;h=80f5c6d23df29532160250d1501eef5c78e510be;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=d44084f34c07acfb2a6186b92988e99d03c5b26a;hpb=9ba45afbd8f5d19b0e4cad3159888df9940e613a;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_blinecalcwidth.h b/synfig-core/trunk/src/synfig/valuenode_blinecalcwidth.h index d44084f..80f5c6d 100644 --- a/synfig-core/trunk/src/synfig/valuenode_blinecalcwidth.h +++ b/synfig-core/trunk/src/synfig/valuenode_blinecalcwidth.h @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007, 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -49,6 +50,7 @@ public: typedef etl::handle Handle; typedef etl::handle ConstHandle; + virtual ValueBase operator()(Time t, Real amount)const; virtual ValueBase operator()(Time t)const; virtual ~ValueNode_BLineCalcWidth();