X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Ftimepointcollect.cpp;h=d24307deaf632a8deb398805cb81e55c8db83a1f;hb=4703112d7d74ffb596489505ab57773fb8089cb6;hp=1b2d64574408b87170a2dbb2a6af004390b25cca;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/timepointcollect.cpp b/synfig-core/trunk/src/synfig/timepointcollect.cpp index 1b2d645..d24307d 100644 --- a/synfig-core/trunk/src/synfig/timepointcollect.cpp +++ b/synfig-core/trunk/src/synfig/timepointcollect.cpp @@ -54,7 +54,7 @@ using namespace synfig; //! \writeme int synfig::waypoint_collect(set >& waypoint_set,const Time& time, const etl::handle& node) -{ +{ const TimePointSet& timepoint_set(node->get_times()); // Check to see if there is anything in here at the given time @@ -114,7 +114,7 @@ synfig::waypoint_collect(set >& waypoint_set,const { try{ Waypoint waypoint=*value_node_animated->find(time); - + // If it is already in the waypoint set, then // don't bother adding it again if(waypoint_set.find(waypoint)!=waypoint_set.end())