X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fcurveset.cpp;h=9cf6c0592af05c66f9c52928bf6e06c417f9c4c9;hb=9d1ad903c690121387c92c835afab398d9f80b5a;hp=1ff5455aea0fe8bf77f115382ef993a4c03fb51c;hpb=e3acc0b267b14fda5db3c7bbb2f218b993ef84b3;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/curveset.cpp b/synfig-core/trunk/src/synfig/curveset.cpp index 1ff5455..9cf6c05 100644 --- a/synfig-core/trunk/src/synfig/curveset.cpp +++ b/synfig-core/trunk/src/synfig/curveset.cpp @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file curveset.cpp ** \brief Curve Set Implementation File ** @@ -42,7 +42,7 @@ using namespace std; using namespace etl; -using namespace sinfg; +using namespace synfig; /* === M A C R O S ========================================================= */ @@ -474,7 +474,7 @@ int CurveSet::intersect(const Point &p) const b[0] = curve[j].p; b[3] = curve[i].p; b[1] = b[0] + curve[j].r/3; b[2] = b[3] - curve[i].l/3; - inter += sinfg::intersect(b,p); + inter += synfig::intersect(b,p); } }