diff options
Diffstat (limited to 'widgets/table/e-cell-date.h')
-rw-r--r-- | widgets/table/e-cell-date.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-cell-date.h b/widgets/table/e-cell-date.h index 5753d24642..c498095241 100644 --- a/widgets/table/e-cell-date.h +++ b/widgets/table/e-cell-date.h @@ -58,7 +58,7 @@ struct _ECellDateClass { ECellTextClass parent_class; }; -GType e_cell_date_get_type (void); +GType e_cell_date_get_type (void) G_GNUC_CONST; ECell * e_cell_date_new (const gchar *fontname, GtkJustification justify); void e_cell_date_set_format_component |