X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fsmartfile.h;h=92ae3c71778490597cc9ef0d8f3d63761a94c7b5;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=25d2de371ce104c8d47339e566a174c3f8ea72ce;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/smartfile.h b/synfig-core/trunk/src/synfig/smartfile.h index 25d2de3..92ae3c7 100644 --- a/synfig-core/trunk/src/synfig/smartfile.h +++ b/synfig-core/trunk/src/synfig/smartfile.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file smartfile.h ** \brief Template Header ** @@ -21,8 +21,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_SMARTFILE_H -#define __SINFG_SMARTFILE_H +#ifndef __SYNFIG_SMARTFILE_H +#define __SYNFIG_SMARTFILE_H /* === H E A D E R S ======================================================= */ @@ -35,7 +35,7 @@ /* === C L A S S E S & S T R U C T S ======================================= */ -namespace sinfg { +namespace synfig { struct _FILE_deleter { @@ -44,7 +44,7 @@ struct _FILE_deleter typedef etl::smart_ptr SmartFILE; -}; // END of namespace sinfg +}; // END of namespace synfig /* === E N D =============================================================== */