X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Ftarget_scanline.h;fp=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Ftarget_scanline.h;h=b557713181740a1e542525058c54f54ad6316104;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=b3aa862836afcc58702c1185e3c5abb23d6dba48;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/target_scanline.h b/synfig-core/trunk/src/synfig/target_scanline.h index b3aa862..b557713 100644 --- a/synfig-core/trunk/src/synfig/target_scanline.h +++ b/synfig-core/trunk/src/synfig/target_scanline.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file target_scanline.h ** \brief Template Header ** @@ -21,8 +21,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_TARGET_SCANLINE_H -#define __SINFG_TARGET_SCANLINE_H +#ifndef __SYNFIG_TARGET_SCANLINE_H +#define __SYNFIG_TARGET_SCANLINE_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_Scanline ** \brief Render-target @@ -88,11 +88,11 @@ public: int get_threads()const { return threads_; } - bool add_frame(const sinfg::Surface *surface); + bool add_frame(const synfig::Surface *surface); private: }; // END of class Target_Scanline -}; // END of namespace sinfg +}; // END of namespace synfig /* === E N D =============================================================== */