X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Finterpolation.h;fp=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Finterpolation.h;h=d89e72142a9b6828a0c14356fe03d641590df77b;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=43db1eaf603bcf547d75237df77941ac78850867;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/interpolation.h b/synfig-core/trunk/src/synfig/interpolation.h index 43db1ea..d89e721 100644 --- a/synfig-core/trunk/src/synfig/interpolation.h +++ b/synfig-core/trunk/src/synfig/interpolation.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file interpolation.h ** \brief Template Header ** @@ -21,8 +21,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_INTERPOLATION_H -#define __SINFG_INTERPOLATION_H +#ifndef __SYNFIG_INTERPOLATION_H +#define __SYNFIG_INTERPOLATION_H /* === H E A D E R S ======================================================= */ @@ -32,7 +32,7 @@ /* === C L A S S E S & S T R U C T S ======================================= */ -namespace sinfg { +namespace synfig { enum Interpolation { @@ -45,7 +45,7 @@ enum Interpolation INTERPOLATION_NIL }; // END enum Interpolation -}; // END of namespace sinfg +}; // END of namespace synfig /* === E N D =============================================================== */