shell: Don't avoid parameter list

Meh, C ...
This commit is contained in:
Florian Müllner
2015-09-23 20:40:03 +02:00
parent 6c43d0247a
commit 52995416fd
4 changed files with 4 additions and 4 deletions

View File

@ -996,7 +996,7 @@ on_enable_monitoring_key_changed (GSettings *settings,
* Return Value: (transfer none): The global #ShellAppUsage instance
*/
ShellAppUsage *
shell_app_usage_get_default ()
shell_app_usage_get_default (void)
{
static ShellAppUsage *instance;