diff options
Diffstat (limited to 'src/location-reporting.c')
-rw-r--r-- | src/location-reporting.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location-reporting.c b/src/location-reporting.c index d2798148..6417330a 100644 --- a/src/location-reporting.c +++ b/src/location-reporting.c @@ -248,7 +248,7 @@ static const GDBusMethodTable location_reporting_methods[] = { { } }; -static GDBusSignalTable location_reporting_signals[] = { +static const GDBusSignalTable location_reporting_signals[] = { { "PropertyChanged", "sv" }, { } }; |