]> err.no Git - mapper/commitdiff
Fix wrong type
authorKaj-Michael Lang <milang@angel.tal.org>
Tue, 16 Oct 2007 10:48:35 +0000 (13:48 +0300)
committerKaj-Michael Lang <milang@angel.tal.org>
Tue, 16 Oct 2007 10:48:35 +0000 (13:48 +0300)
src/mapper-types.h

index 919f4afe977f4a429bddebe02fb3edc02e790da5..d80aa6860ff15e34c8f414757565d2ca53901f51 100644 (file)
@@ -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. */