summaryrefslogtreecommitdiff
path: root/settings
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2015-03-16 19:41:42 +0300
committerEric Koegel <eric.koegel@gmail.com>2015-03-22 14:58:11 +0300
commitcdafab7dd8d9fefa7ff96828a53975a0a021b27a (patch)
tree1c06e59dbba3f1fff55a3098e76ef7c70d0edb69 /settings
parent6eedcd26121fc99abe09d37f2c5d562450d485d0 (diff)
downloadixfce4-power-manager-cdafab7dd8d9fefa7ff96828a53975a0a021b27a.tar.gz
Fix build warnings with --enable-debug=full
Diffstat (limited to 'settings')
-rw-r--r--settings/xfpm-settings-app.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/settings/xfpm-settings-app.c b/settings/xfpm-settings-app.c
index 1bc7c808..657abfc4 100644
--- a/settings/xfpm-settings-app.c
+++ b/settings/xfpm-settings-app.c
@@ -35,6 +35,7 @@
#include "xfpm-settings.h"
#include "xfpm-debug.h"
#include "xfpm-config.h"
+#include "xfpm-common.h"
struct _XfpmSettingsAppPrivate
@@ -46,8 +47,6 @@ struct _XfpmSettingsAppPrivate
gchar *device_id;
};
-static void xfpm_settings_app_class_init (XfpmSettingsAppClass *class);
-static void xfpm_settings_app_init (XfpmSettingsApp *app);
static void xfpm_settings_app_activate (GApplication *app);
@@ -197,7 +196,7 @@ xfpm_settings_app_class_init (XfpmSettingsAppClass *class)
}
XfpmSettingsApp *
-xfpm_settings_app_new ()
+xfpm_settings_app_new (void)
{
return g_object_new (XFPM_TYPE_SETTINGS_APP,
"application-id", "org.xfce.PowerManager.Settings",