From fec17a47a28d28af6ebd250147cb73f3c57ff4bb Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Tue, 16 Oct 2007 13:48:35 +0300 Subject: [PATCH] Fix wrong type --- src/mapper-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapper-types.h b/src/mapper-types.h index 919f4af..d80aa68 100644 --- a/src/mapper-types.h +++ b/src/mapper-types.h @@ -184,7 +184,7 @@ struct _Position { gdouble lat; gdouble lon; gfloat altitude; - gdouble valid; + gboolean valid; }; /** A general definition of a point in the Mapper unit system. */ -- 2.39.5