Explicitly call get_list() when converting a bline's valuenode at a particular time...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 22 Nov 2008 15:32:23 +0000 (15:32 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 22 Nov 2008 15:32:23 +0000 (15:32 +0000)
commit5aa0b92e2867e41eb43dc62c9771323281e911fe
tree39b6c19f816b86e9c4f5474525066f7111c4f355
parent003ec710291bf258b8ce357edc15804347f71cb8
Explicitly call get_list() when converting a bline's valuenode at a particular time to a vector of ValueBase objects.  This is needed since the next revision will introduce an ambiguity by allowing ValueBase objects to be cast to type Real, which in turn can be cast to type size_t which can be used as an argument to the std::vector constructor.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2233 1f10aa63-cdf2-0310-b900-c93c546f37ac
synfig-core/trunk/src/synfig/valuenode_blinecalctangent.cpp
synfig-core/trunk/src/synfig/valuenode_blinecalcvertex.cpp
synfig-core/trunk/src/synfig/valuenode_blinecalcwidth.cpp
synfig-studio/trunk/src/synfigapp/actions/valuedescblinelink.cpp