diff options
Diffstat (limited to 'src/location-geoclue.h')
-rw-r--r-- | src/location-geoclue.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location-geoclue.h b/src/location-geoclue.h index 40ab22c..5f845c7 100644 --- a/src/location-geoclue.h +++ b/src/location-geoclue.h @@ -24,9 +24,9 @@ #include <geoclue/geoclue-position.h> typedef struct { - GeocluePosition *position; /* main geoclue object */ - const char *provider; /* name of a geoclue provider */ - const char *provider_path; /* path of the geoclue provider */ + GeocluePosition *position; /* main geoclue object */ + char *provider; /* name of a geoclue provider */ + char *provider_path; /* path of the geoclue provider */ } location_geoclue_state_t; int location_geoclue_init(location_geoclue_state_t *state); |