This commit is contained in:
2024-08-16 13:56:54 -04:00
parent 75df00b3e3
commit 2e364ff470
19 changed files with 211 additions and 125 deletions

View File

@@ -107,7 +107,6 @@ GDIPoint &GDIPoint::operator-=(const GDIPoint &someGDIPoint)
{
x(x()-someGDIPoint.x());
y(y()-someGDIPoint.y());
return *this;
return *this;
}