diff --git a/src/location-geoclue2.c b/src/location-geoclue2.c index 06015c50..652caa5d 100644 --- a/src/location-geoclue2.c +++ b/src/location-geoclue2.c @@ -50,8 +50,8 @@ typedef struct { int pipe_fd_write; int available; int error; - float latitude; - float longitude; + gdouble latitude; + gdouble longitude; } location_geoclue2_state_t;