X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer_composite.cpp;h=a96e72cffec5b2708a2afd0ce0bbea929235a6cd;hb=12d48d834695e24973c3dac4b186eae140870cd0;hp=038d68ff4759d576b325d4ad9f587bdd77204852;hpb=e3acc0b267b14fda5db3c7bbb2f218b993ef84b3;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/layer_composite.cpp b/synfig-core/trunk/src/synfig/layer_composite.cpp index 038d68f..a96e72c 100644 --- a/synfig-core/trunk/src/synfig/layer_composite.cpp +++ b/synfig-core/trunk/src/synfig/layer_composite.cpp @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file layer_composite.cpp ** \brief Template File ** @@ -48,7 +48,7 @@ using namespace std; using namespace etl; -using namespace sinfg; +using namespace synfig; /* === M A C R O S ========================================================= */ @@ -102,7 +102,7 @@ Layer_Composite::accelerated_render(Context context,Surface *surface,int quality surfacelayer->br=renddesc.get_br(); surfacelayer->set_blend_method(Color::BLEND_STRAIGHT); - image.push_front(const_cast(this)); + image.push_front(const_cast(this)); // Set up a surface target Target::Handle target(surface_target(surface));