aboutsummaryrefslogtreecommitdiffstats
path: root/tp-account-widgets/tpaw-irc-network-chooser-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'tp-account-widgets/tpaw-irc-network-chooser-dialog.h')
-rw-r--r--tp-account-widgets/tpaw-irc-network-chooser-dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-irc-network-chooser-dialog.h b/tp-account-widgets/tpaw-irc-network-chooser-dialog.h
index 6549b7063..fb5edf1f8 100644
--- a/tp-account-widgets/tpaw-irc-network-chooser-dialog.h
+++ b/tp-account-widgets/tpaw-irc-network-chooser-dialog.h
@@ -42,11 +42,13 @@ G_BEGIN_DECLS
G_TYPE_INSTANCE_GET_CLASS ((o), TPAW_TYPE_IRC_NETWORK_CHOOSER_DIALOG, \
TpawIrcNetworkChooserDialogClass))
+typedef struct _TpawIrcNetworkChooserDialogPriv TpawIrcNetworkChooserDialogPriv;
+
typedef struct {
GtkDialog parent;
/*<private>*/
- gpointer priv;
+ TpawIrcNetworkChooserDialogPriv *priv;
} TpawIrcNetworkChooserDialog;
typedef struct {