aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-password-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-password-dialog.h')
-rw-r--r--libempathy-gtk/empathy-password-dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-password-dialog.h b/libempathy-gtk/empathy-password-dialog.h
index 566322de1..97538e8a5 100644
--- a/libempathy-gtk/empathy-password-dialog.h
+++ b/libempathy-gtk/empathy-password-dialog.h
@@ -31,6 +31,7 @@ G_BEGIN_DECLS
typedef struct _EmpathyPasswordDialog EmpathyPasswordDialog;
typedef struct _EmpathyPasswordDialogClass EmpathyPasswordDialogClass;
+typedef struct _EmpathyPasswordDialogPriv EmpathyPasswordDialogPriv;
struct _EmpathyPasswordDialogClass {
GtkMessageDialogClass parent_class;
@@ -38,7 +39,7 @@ struct _EmpathyPasswordDialogClass {
struct _EmpathyPasswordDialog {
GtkMessageDialog parent;
- gpointer priv;
+ EmpathyPasswordDialogPriv *priv;
};
GType empathy_password_dialog_get_type (void);