From: Pierre-Luc Beaudoin Date: Tue, 20 Oct 2009 14:54:11 +0000 (-0400) Subject: Fix compiler warning "function declaration isn't a prototype" X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23187916539e70f0be987a6395f290dd63607a39;p=libchamplain Fix compiler warning "function declaration isn't a prototype" --- diff --git a/champlain-gtk/gtk-champlain-embed.h b/champlain-gtk/gtk-champlain-embed.h index eb1603e..216d85f 100644 --- a/champlain-gtk/gtk-champlain-embed.h +++ b/champlain-gtk/gtk-champlain-embed.h @@ -54,7 +54,7 @@ struct _GtkChamplainEmbedClass GType gtk_champlain_embed_get_type (void); -GtkWidget *gtk_champlain_embed_new (); +GtkWidget *gtk_champlain_embed_new (void); ChamplainView *gtk_champlain_embed_get_view (GtkChamplainEmbed* embed); /* DEPRECATED API */