diff options
Diffstat (limited to 'camel/camel-object.h')
-rw-r--r-- | camel/camel-object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-object.h b/camel/camel-object.h index 484d414f10..ec0416d4f4 100644 --- a/camel/camel-object.h +++ b/camel/camel-object.h @@ -82,7 +82,7 @@ typedef struct _CamelObject { CamelObjectShared s; CamelObjectClass *classfuncs; - GHashTable *event_to_hooklist; + struct _CamelHookList *hooks; guint32 ref_count:30; guint32 in_event:1; guint32 destroying:1; |