diff options
Diffstat (limited to 'src/empathy-chat-window.h')
-rw-r--r-- | src/empathy-chat-window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h index da3f6408a..7804bd4b9 100644 --- a/src/empathy-chat-window.h +++ b/src/empathy-chat-window.h @@ -60,11 +60,12 @@ G_BEGIN_DECLS typedef struct _EmpathyChatWindow EmpathyChatWindow; typedef struct _EmpathyChatWindowClass EmpathyChatWindowClass; +typedef struct _EmpathyChatWindowPriv EmpathyChatWindowPriv; struct _EmpathyChatWindow { GObject parent; - gpointer priv; + EmpathyChatWindowPriv *priv; }; struct _EmpathyChatWindowClass |