summaryrefslogtreecommitdiff
path: root/src/xfce-desktop.h
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2009-10-06 12:55:58 +0200
committerNick Schermer <nick@xfce.org>2009-10-06 12:55:58 +0200
commitc5551a9e47656998e27d365daf1c612cbdb14874 (patch)
tree5daf2b56234068e274f5cd159393b8aba36a4c40 /src/xfce-desktop.h
parent05a34e8ec2ff6b7d04f2fcef73e4f0c116f0d7d5 (diff)
downloadxfdesktop-c5551a9e47656998e27d365daf1c612cbdb14874.tar.gz
Fix some compiler warnings I get when compiling with full debug.
Diffstat (limited to 'src/xfce-desktop.h')
-rw-r--r--src/xfce-desktop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfce-desktop.h b/src/xfce-desktop.h
index 8fa80a64..d3173ede 100644
--- a/src/xfce-desktop.h
+++ b/src/xfce-desktop.h
@@ -71,7 +71,7 @@ struct _XfceDesktopClass
GtkMenuShell *menu);
};
-GType xfce_desktop_get_type () G_GNUC_CONST;
+GType xfce_desktop_get_type (void) G_GNUC_CONST;
GtkWidget *xfce_desktop_new(GdkScreen *gscreen,
XfconfChannel *channel,