From 80b004a41847ee4272a978375a68ef29fc919ec7 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Thu, 24 Jul 2014 22:11:31 +0200 Subject: [PATCH] Change Point type to int64_t. --- image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.h b/image.h index 1f9cb96..95e95f4 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