diff options
author | Murray Cumming <murrayc@murrayc.com> | 2010-12-06 16:01:55 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2010-12-06 16:01:55 +0100 |
commit | d23fb64d972ee184ab39e9e4ed90230f0faee287 (patch) | |
tree | c3ad8c015cc49fa91b0b770f3d38063ee1455cc9 /gtk/gtkwidgetpath.h | |
parent | 5f75ffc97436b84a99ed450a0e8810f291a9237a (diff) | |
download | gtk+-d23fb64d972ee184ab39e9e4ed90230f0faee287.tar.gz |
Fix a typo to fix the build.
Diffstat (limited to 'gtk/gtkwidgetpath.h')
-rw-r--r-- | gtk/gtkwidgetpath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwidgetpath.h b/gtk/gtkwidgetpath.h index b069fe61e3..87b44b8ef9 100644 --- a/gtk/gtkwidgetpath.h +++ b/gtk/gtkwidgetpath.h @@ -33,7 +33,7 @@ typedef struct _GtkWidgetPath GtkWidgetPath; #define GTK_TYPE_WIDGET_PATH (gtk_widget_path_get_type ()) -GType gtk_widget_path_get_type (void) G_GNUC_CONST: +GType gtk_widget_path_get_type (void) G_GNUC_CONST; GtkWidgetPath * gtk_widget_path_new (void); GtkWidgetPath * gtk_widget_path_copy (const GtkWidgetPath *path); |