diff options
Diffstat (limited to 'lib/widgets/ephy-ellipsizing-label.h')
-rw-r--r-- | lib/widgets/ephy-ellipsizing-label.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-ellipsizing-label.h b/lib/widgets/ephy-ellipsizing-label.h index 6f596edfa..7e64a12f2 100644 --- a/lib/widgets/ephy-ellipsizing-label.h +++ b/lib/widgets/ephy-ellipsizing-label.h @@ -53,7 +53,7 @@ typedef struct GtkLabelClass parent_class; } EphyEllipsizingLabelClass; -GtkType ephy_ellipsizing_label_get_type (void); +GType ephy_ellipsizing_label_get_type (void); GtkWidget *ephy_ellipsizing_label_new (const char *string); |