X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fbooleancurve.cpp;fp=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fbooleancurve.cpp;h=588709db5aa8b3d90a11ffa083fea315f9d93c8a;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=eb6f76b57bd520248d814b1d29dfbda0aeba19b0;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/booleancurve.cpp b/synfig-core/trunk/src/modules/lyr_std/booleancurve.cpp index eb6f76b..588709d 100644 --- a/synfig-core/trunk/src/modules/lyr_std/booleancurve.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/booleancurve.cpp @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file boolean_curve.cpp ** \brief Boolean Curve Implementation File ** @@ -30,14 +30,14 @@ #include "booleancurve.h" -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #endif @@ -45,7 +45,7 @@ using namespace std; using namespace etl; -using namespace sinfg; +using namespace synfig; /* === M A C R O S ========================================================= */ @@ -65,7 +65,7 @@ BooleanCurve::~BooleanCurve() { } -bool BooleanCurve::set_param(const String & param, const sinfg::ValueBase &value) +bool BooleanCurve::set_param(const String & param, const synfig::ValueBase &value) { if(param=="regions" && value.same_as(regions)) {