aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-chooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-account-chooser.h')
-rw-r--r--libempathy-gtk/empathy-account-chooser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-chooser.h b/libempathy-gtk/empathy-account-chooser.h
index 1fc67b15b..9459b29b3 100644
--- a/libempathy-gtk/empathy-account-chooser.h
+++ b/libempathy-gtk/empathy-account-chooser.h
@@ -61,13 +61,14 @@ typedef void (* EmpathyAccountChooserFilterFunc) (
typedef struct _EmpathyAccountChooser EmpathyAccountChooser;
typedef struct _EmpathyAccountChooserClass EmpathyAccountChooserClass;
+typedef struct _EmpathyAccountChooserPriv EmpathyAccountChooserPriv;
struct _EmpathyAccountChooser
{
GtkComboBox parent;
/*<private>*/
- gpointer priv;
+ EmpathyAccountChooserPriv *priv;
};
struct _EmpathyAccountChooserClass