X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Ftarget_tile.h;h=3326ec1f7c875e4f4fd2891237a2d9a481dba194;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=c58537362139f33f64dfc9d627ae4157286df237;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/target_tile.h b/synfig-core/trunk/src/synfig/target_tile.h index c585373..3326ec1 100644 --- a/synfig-core/trunk/src/synfig/target_tile.h +++ b/synfig-core/trunk/src/synfig/target_tile.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file target_tile.h ** \brief Template Header ** @@ -21,8 +21,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_TARGET_TILE_H -#define __SINFG_TARGET_TILE_H +#ifndef __SYNFIG_TARGET_TILE_H +#define __SYNFIG_TARGET_TILE_H /* === H E A D E R S ======================================================= */ @@ -34,7 +34,7 @@ /* === C L A S S E S & S T R U C T S ======================================= */ -namespace sinfg { +namespace synfig { /*! \class Target_Tile ** \brief Render-target @@ -70,7 +70,7 @@ public: virtual int next_frame(Time& time); //! Adds the tile at \a x , \a y contained in \a surface - virtual bool add_tile(const sinfg::Surface &surface, int x, int y)=0; + virtual bool add_tile(const synfig::Surface &surface, int x, int y)=0; virtual int total_tiles()const { @@ -113,7 +113,7 @@ private: }; // END of class Target_Tile -}; // END of namespace sinfg +}; // END of namespace synfig /* === E N D =============================================================== */