diff options
Diffstat (limited to 'e-util/e-alert.h')
-rw-r--r-- | e-util/e-alert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-alert.h b/e-util/e-alert.h index 7b07970361..fe705c5036 100644 --- a/e-util/e-alert.h +++ b/e-util/e-alert.h @@ -30,7 +30,7 @@ /* Standard GObject macros */ #define E_TYPE_ALERT \ - (e_alert_get_type()) + (e_alert_get_type ()) #define E_ALERT(obj) \ (G_TYPE_CHECK_INSTANCE_CAST \ ((obj), E_TYPE_ALERT, EAlert)) |