diff --git a/image.h b/image.h index 95e95f4..cd5f43e 100644 --- a/image.h +++ b/image.h @@ -59,7 +59,7 @@ struct TPoint { } }; -typedef TPoint Point; +typedef TPoint Point; typedef TPoint DPoint; // absolute point, can be negative template