X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Ftimepointcollect.h;fp=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Ftimepointcollect.h;h=af4030307984bbd9842f820de02479a92b851c8e;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=8825f2580d08e146f8c7f3e2fa0d37f8760c413d;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/timepointcollect.h b/synfig-core/trunk/src/synfig/timepointcollect.h index 8825f25..af40303 100644 --- a/synfig-core/trunk/src/synfig/timepointcollect.h +++ b/synfig-core/trunk/src/synfig/timepointcollect.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file timepointcollect.h ** \brief Template Header ** @@ -21,8 +21,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_TIMEPOINTCOLLECT_H -#define __SINFG_TIMEPOINTCOLLECT_H +#ifndef __SYNFIG_TIMEPOINTCOLLECT_H +#define __SYNFIG_TIMEPOINTCOLLECT_H /* === H E A D E R S ======================================================= */ @@ -38,7 +38,7 @@ /* === C L A S S E S & S T R U C T S ======================================= */ -namespace sinfg { +namespace synfig { //! \writeme int waypoint_collect(std::set >& waypoint_set,const Time& time, const etl::handle& node); @@ -46,7 +46,7 @@ int waypoint_collect(std::set >& waypoint_set,cons //! \writeme int activepoint_collect(std::set >& activepoint_set,const Time& time, const etl::handle& node); -}; // END of namespace sinfg +}; // END of namespace synfig /* === E N D =============================================================== */