X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fcurveset.cpp;h=e8bd7fab3d3fb74985432d442fa12d998b121534;hb=d15c4522466bedfbe61620c401becae0931854f5;hp=fc02b1c7bf8bc26a57f41e30a507342ba07b232c;hpb=903a7c21b47d52eef2edb95882265ad41c7e36a5;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/curveset.cpp b/synfig-core/trunk/src/synfig/curveset.cpp index fc02b1c..e8bd7fa 100644 --- a/synfig-core/trunk/src/synfig/curveset.cpp +++ b/synfig-core/trunk/src/synfig/curveset.cpp @@ -104,7 +104,7 @@ struct ipoint }else return curveindex < rhs.curveindex; } - bool operator >(const ipoint &rhs) const + bool operator>(const ipoint &rhs) const { return rhs < *this; } @@ -446,17 +446,17 @@ void CurveSet::CleanUp(int /*curve*/) - only works with odd-even rule */ -CurveSet CurveSet::operator &(const CurveSet &/*rhs*/) const +CurveSet CurveSet::operator&(const CurveSet &/*rhs*/) const { return *this; } -CurveSet CurveSet::operator |(const CurveSet &/*rhs*/) const +CurveSet CurveSet::operator|(const CurveSet &/*rhs*/) const { return *this; } -CurveSet CurveSet::operator -(const CurveSet &/*rhs*/) const +CurveSet CurveSet::operator-(const CurveSet &/*rhs*/) const { return *this; }