X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Ftimepointcollect.cpp;h=77212fd15c7556bc3cfb4decd1484b3c53d3cd5a;hb=9d1ad903c690121387c92c835afab398d9f80b5a;hp=9300a8a375197c5d38465f85ff842ab914fa631c;hpb=e3acc0b267b14fda5db3c7bbb2f218b993ef84b3;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/timepointcollect.cpp b/synfig-core/trunk/src/synfig/timepointcollect.cpp index 9300a8a..77212fd 100644 --- a/synfig-core/trunk/src/synfig/timepointcollect.cpp +++ b/synfig-core/trunk/src/synfig/timepointcollect.cpp @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file template.cpp ** \brief Template File ** @@ -40,7 +40,7 @@ using namespace std; using namespace etl; -using namespace sinfg; +using namespace synfig; /* === M A C R O S ========================================================= */ @@ -52,7 +52,7 @@ using namespace sinfg; //! \writeme int -sinfg::waypoint_collect(set >& waypoint_set,const Time& time, const etl::handle& node) +synfig::waypoint_collect(set >& waypoint_set,const Time& time, const etl::handle& node) { const TimePointSet& timepoint_set(node->get_times()); @@ -133,7 +133,7 @@ sinfg::waypoint_collect(set >& waypoint_set,const //! \writeme int -sinfg::activepoint_collect(set >& activepoint_set,const Time& time, const etl::handle& node) +synfig::activepoint_collect(set >& activepoint_set,const Time& time, const etl::handle& node) { const TimePointSet& timepoint_set(node->get_times());