diff options
Diffstat (limited to 'src/ussd.c')
-rw-r--r-- | src/ussd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -740,7 +740,7 @@ static const GDBusMethodTable ussd_methods[] = { { } }; -static GDBusSignalTable ussd_signals[] = { +static const GDBusSignalTable ussd_signals[] = { { "NotificationReceived", "s" }, { "RequestReceived", "s" }, { "PropertyChanged", "sv" }, |