diff options
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r-- | libempathy/empathy-call-handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h index 1986b8b87..4bea0037c 100644 --- a/libempathy/empathy-call-handler.h +++ b/libempathy/empathy-call-handler.h @@ -39,6 +39,7 @@ struct _EmpathyCallHandlerClass { struct _EmpathyCallHandler { GObject parent; + gpointer priv; }; GType empathy_call_handler_get_type (void); |