aboutsummaryrefslogtreecommitdiffstats
path: root/tp-account-widgets/tpaw-irc-network.h
diff options
context:
space:
mode:
Diffstat (limited to 'tp-account-widgets/tpaw-irc-network.h')
-rw-r--r--tp-account-widgets/tpaw-irc-network.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-irc-network.h b/tp-account-widgets/tpaw-irc-network.h
index 9fb414f32..d305319fc 100644
--- a/tp-account-widgets/tpaw-irc-network.h
+++ b/tp-account-widgets/tpaw-irc-network.h
@@ -28,12 +28,13 @@
G_BEGIN_DECLS
typedef struct _TpawIrcNetwork TpawIrcNetwork;
+typedef struct _TpawIrcNetworkPriv TpawIrcNetworkPriv;
typedef struct _TpawIrcNetworkClass TpawIrcNetworkClass;
struct _TpawIrcNetwork
{
GObject parent;
- gpointer priv;
+ TpawIrcNetworkPriv *priv;
gboolean user_defined;
gboolean dropped;