diff options
Diffstat (limited to 'src/empathy-call-window.h')
-rw-r--r-- | src/empathy-call-window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-call-window.h b/src/empathy-call-window.h index d02b2ed62..11237fff6 100644 --- a/src/empathy-call-window.h +++ b/src/empathy-call-window.h @@ -29,6 +29,7 @@ G_BEGIN_DECLS typedef struct _EmpathyCallWindow EmpathyCallWindow; +typedef struct _EmpathyCallWindowPriv EmpathyCallWindowPriv; typedef struct _EmpathyCallWindowClass EmpathyCallWindowClass; struct _EmpathyCallWindowClass { @@ -37,6 +38,7 @@ struct _EmpathyCallWindowClass { struct _EmpathyCallWindow { GtkWindow parent; + EmpathyCallWindowPriv *priv; }; GType empathy_call_window_get_type (void); |